Created
March 12, 2018 06:30
-
-
Save saviorxzero98/8e4e014f3a4ce0b9e4451d5c6cc128fe to your computer and use it in GitHub Desktop.
tsconfig tempelete
This file contains hidden or 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": { | |
"noImplicitAny": false, | |
"noEmitOnError": true, | |
"removeComments": false, | |
"sourceMap": false, | |
"outDir": "Scripts", | |
"target": "es5" | |
}, | |
"exclude": [ | |
"node_modules", | |
"wwwroot" | |
], | |
"compileOnSave": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment