20 lines
345 B
JSON
20 lines
345 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "es2015",
|
|
"baseUrl": "",
|
|
"types": [],
|
|
"importHelpers": true
|
|
},
|
|
"exclude": [
|
|
"testing/**/*",
|
|
"test.ts",
|
|
"test-specs.ts",
|
|
"**/*.spec.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"preserveWhitespaces": false
|
|
}
|
|
}
|