Created
February 9, 2018 13:36
-
-
Save petyosi/39e6875d10f55e42d8e07012bc4d69e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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