Created
January 14, 2020 13:12
-
-
Save markmur/1cbf34242bc928ca09834608f06747d0 to your computer and use it in GitHub Desktop.
TSConfig
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": { | |
/* Basic Options */ | |
"target": "es5", | |
"module": "commonjs", | |
"lib": ["es2015"], | |
/* Strict Type-Checking Options */ | |
"strict": true, | |
"typeRoots": [ | |
"node_modules/@types", | |
"@types" | |
], | |
/* Module Resolution Options */ | |
"esModuleInterop": true, | |
/* Advanced Options */ | |
"forceConsistentCasingInFileNames": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment