Skip to content

Instantly share code, notes, and snippets.

@ludohenin
Created October 18, 2015 05:54
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 ludohenin/ce700dde21ad986d26a5 to your computer and use it in GitHub Desktop.
Save ludohenin/ce700dde21ad986d26a5 to your computer and use it in GitHub Desktop.
{
"version": "1.6.0",
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true
},
"files": [
],
"filesGlob": [
],
"compileOnSave": false,
"exclude": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment