Skip to content

Instantly share code, notes, and snippets.

@softwarejc
Created January 24, 2016 15:14
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 softwarejc/5eb62770858cb4fa2bd8 to your computer and use it in GitHub Desktop.
Save softwarejc/5eb62770858cb4fa2bd8 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"module": "system",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true
},
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment