Skip to content

Instantly share code, notes, and snippets.

@petyosi
Created February 9, 2018 13:36
Show Gist options
  • Save petyosi/39e6875d10f55e42d8e07012bc4d69e2 to your computer and use it in GitHub Desktop.
Save petyosi/39e6875d10f55e42d8e07012bc4d69e2 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,
"lib": ["dom","es2015"]
},
"compileOnSave": true,
"exclude": [
"node_modules/*",
"aot/",
"app/boot-aot.ts"
],
"angularCompilerOptions": {
"genDir": "aot/",
"skipMetadataEmit": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment