Skip to content

Instantly share code, notes, and snippets.

@mikebrind
Last active July 13, 2018 08:44
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/3d9b7c78c83e068d596ed3fce211d22f to your computer and use it in GitHub Desktop.
Save mikebrind/3d9b7c78c83e068d596ed3fce211d22f to your computer and use it in GitHub Desktop.
{
"compileOnSave": true,
"compilerOptions": {
"noImplicitAny": false,
"noEmitOnError": true,
"removeComments": false,
"sourceMap": true,
"target": "es6",
"module": "amd"
},
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment