28 lines
505 B
JSON
28 lines
505 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"inlineSources": true,
|
|
"types": [],
|
|
"lib": [
|
|
"dom",
|
|
"es2018"
|
|
]
|
|
},
|
|
"angularCompilerOptions": {
|
|
"skipLibCheck": true,
|
|
"skipTemplateCodegen": true,
|
|
"strictMetadataEmit": true,
|
|
"enableResourceInlining": true
|
|
},
|
|
"exclude": [
|
|
"src/test.ts",
|
|
"**/*.spec.ts"
|
|
],
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|