How to import a JSON file that does not exist yet with TypeScript?
I’m trying to add TypeScript to a large, old, React WebPack project and will be migrating individual JavaScript files to TypeScript as I have time to touch them.
I’m trying to add TypeScript to a large, old, React WebPack project and will be migrating individual JavaScript files to TypeScript as I have time to touch them.