Skip to content

Instantly share code, notes, and snippets.

@sidthesloth92
Last active May 15, 2016 17:59
Show Gist options
  • Save sidthesloth92/a98c7d5947e0c96fb353bcb0a83fde3a to your computer and use it in GitHub Desktop.
Save sidthesloth92/a98c7d5947e0c96fb353bcb0a83fde3a 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": false
},
"exclude": [
"node_modules",
"typings/main",
"typings/main.d.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment