Skip to content

Instantly share code, notes, and snippets.

@saviorxzero98
Created March 12, 2018 06:30
Show Gist options
  • Save saviorxzero98/8e4e014f3a4ce0b9e4451d5c6cc128fe to your computer and use it in GitHub Desktop.
Save saviorxzero98/8e4e014f3a4ce0b9e4451d5c6cc128fe to your computer and use it in GitHub Desktop.
tsconfig tempelete
{
"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