Skip to content

Instantly share code, notes, and snippets.

@Quramy
Created April 10, 2016 04:38
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 Quramy/1ee957175a016e1e38dc896a4028cf40 to your computer and use it in GitHub Desktop.
Save Quramy/1ee957175a016e1e38dc896a4028cf40 to your computer and use it in GitHub Desktop.
ts config for ng2
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"sourceMap": false,
"moduleResolution": "node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment