UNPKG

549 BJSONView Raw
1{
2 "extends": "../../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../../out-tsc/lib",
5 "target": "es2015",
6 "declaration": true,
7 "inlineSources": true,
8 "types": [],
9 "lib": [
10 "dom",
11 "es2018"
12 ]
13 },
14 "angularCompilerOptions": {
15 "annotateForClosureCompiler": true,
16 "skipTemplateCodegen": true,
17 "strictMetadataEmit": true,
18 "fullTemplateTypeCheck": true,
19 "strictInjectionParameters": true,
20 "enableResourceInlining": true
21 },
22 "exclude": [
23 "src/test.ts",
24 "**/*.spec.ts"
25 ]
26}