Skip to content

Instantly share code, notes, and snippets.

@kutyel
Last active June 21, 2016 06:09
Show Gist options
  • Save kutyel/44d0be7108327c4ee24b to your computer and use it in GitHub Desktop.
Save kutyel/44d0be7108327c4ee24b to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"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