Created
November 20, 2018 11:46
-
-
Save NickIliev/1532387ca2cf715447552650316d6163 to your computer and use it in GitHub Desktop.
Enabling JSON imports via tsconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"module": "commonjs", | |
"resolveJsonModule": true, | |
"esModuleInterop": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment