Skip to content

Instantly share code, notes, and snippets.

@epaillous
Created June 28, 2017 15:36
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 epaillous/7d1cc323095cbadcdb293d0f47ee5cd6 to your computer and use it in GitHub Desktop.
Save epaillous/7d1cc323095cbadcdb293d0f47ee5cd6 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "es5",
"module": "es2015",
"moduleResolution": "node",
"sourceMap": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2015",
"dom"
],
"noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true
},
"filesGlob": [
"src/main-aot.ts",
"src/**/*.module.ts"
],
"angularCompilerOptions": {
"skipMetadataEmit": true,
"genDir": "aot"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment