24 lines
436 B
JSON
24 lines
436 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "es2015",
|
|
"baseUrl": "",
|
|
"types": []
|
|
},
|
|
"include": [
|
|
"main.ts",
|
|
"polyfills.ts",
|
|
"app/**/*.ts",
|
|
"environments/**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"**/*.spec.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true,
|
|
"preserveWhitespaces": true
|
|
}
|
|
}
|