Skip to content

Instantly share code, notes, and snippets.

@JudahGabriel
Created April 24, 2017 22:33
Show Gist options
  • Save JudahGabriel/3ba2d54b7d2c8dff12be32804317a76e to your computer and use it in GitHub Desktop.
Save JudahGabriel/3ba2d54b7d2c8dff12be32804317a76e to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": false,
"target": "es5",
"noEmitHelpers": true,
"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