Skip to content

Instantly share code, notes, and snippets.

@mikemichaelis
Created January 15, 2016 20:08
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 mikemichaelis/60164814039d6936a4e1 to your computer and use it in GitHub Desktop.
Save mikemichaelis/60164814039d6936a4e1 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
},
"exclude": [
"node_modules",
"bower_components"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment