I want to know how Redux generates its typings.
I'm still getting into typescript because I want the ability to generate a typings file that is understood by VSCode.
Redux's approach is perfect for my needs but I'm cunfused on how they generate the index.d.ts in their root directory.