Skip to content

Instantly share code, notes, and snippets.

@codefoster
Created October 24, 2016 22:53
Show Gist options
  • Save codefoster/ed5f795ff72e6aba78c81a9fc3792613 to your computer and use it in GitHub Desktop.
Save codefoster/ed5f795ff72e6aba78c81a9fc3792613 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"removeComments": false,
"noImplicitAny": false
},
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment