Skip to content

Instantly share code, notes, and snippets.

@JudahGabriel
Created April 24, 2017 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JudahGabriel/ac9ec4ce3f5fb3e5007f14f2abf273d9 to your computer and use it in GitHub Desktop.
Save JudahGabriel/ac9ec4ce3f5fb3e5007f14f2abf273d9 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": false,
"target": "es5",
"strictNullChecks": true,
},
"compileOnSave": true,
"exclude": [
"node_modules",
"wwwroot"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment