Initial application generated by JHipster-5.8.2
This commit is contained in:
28
tsconfig-aot.json
Normal file
28
tsconfig-aot.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "es2015",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": false,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"removeComments": false,
|
||||
"noImplicitAny": false,
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"skipLibCheck": true,
|
||||
"outDir": "build/www/app",
|
||||
"lib": ["es7", "dom"],
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"app/*": ["src/main/webapp/app/*"]
|
||||
},
|
||||
"importHelpers": true
|
||||
},
|
||||
"angularCompilerOptions": {
|
||||
"genDir": "build/aot",
|
||||
"skipMetadataEmit": true,
|
||||
"fullTemplateTypeCheck": true,
|
||||
"preserveWhitespaces": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user