Skip to content

Instantly share code, notes, and snippets.

@mikebrind
Created July 6, 2018 12:56
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 mikebrind/c50382c056d62e2dcb910d63b3fa87f4 to your computer and use it in GitHub Desktop.
Save mikebrind/c50382c056d62e2dcb910d63b3fa87f4 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "es5"
},
"exclude": [
"node_modules",
"wwwroot"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment