Skip to content

Instantly share code, notes, and snippets.

@AkshayRana92
Created July 8, 2017 17:15
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 AkshayRana92/445b9df17a770b520f0c043e2b9498d5 to your computer and use it in GitHub Desktop.
Save AkshayRana92/445b9df17a770b520f0c043e2b9498d5 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,
"outDir" : "dist/"
},
"files": [
"app/app.module.ts",
"app/boot-aot.ts"
],
"angularCompilerOptions": {
"genDir": "dist/aot",
"skipMetadataEmit" : true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment