Created
November 24, 2017 15:10
-
-
Save Ebycow/53d9b57009d354dc9a07517cfc46915c to your computer and use it in GitHub Desktop.
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": { | |
"outDir": "./dist/", | |
"module": "commonjs", | |
"target": "es6", | |
"noImplicitAny": false, | |
"sourceMap": true, | |
"typeRoots": [ | |
"node_modules/@types" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment