|
|
@ -6,18 +6,13 @@ |
|
|
"declaration": true, |
|
|
"declaration": true, |
|
|
"inlineSources": true, |
|
|
"inlineSources": true, |
|
|
"types": [], |
|
|
"types": [], |
|
|
"lib": [ |
|
|
"lib": ["dom", "es2018"] |
|
|
"dom", |
|
|
|
|
|
"es2018" |
|
|
|
|
|
] |
|
|
|
|
|
}, |
|
|
}, |
|
|
"angularCompilerOptions": { |
|
|
"angularCompilerOptions": { |
|
|
|
|
|
"enableIvy": false, |
|
|
"skipTemplateCodegen": true, |
|
|
"skipTemplateCodegen": true, |
|
|
"strictMetadataEmit": true, |
|
|
"strictMetadataEmit": true, |
|
|
"enableResourceInlining": true |
|
|
"enableResourceInlining": true |
|
|
}, |
|
|
}, |
|
|
"exclude": [ |
|
|
"exclude": ["src/test.ts", "**/*.spec.ts"] |
|
|
"src/test.ts", |
|
|
|
|
|
"**/*.spec.ts" |
|
|
|
|
|
] |
|
|
|
|
|
} |
|
|
} |
|
|
|