| { | |
| "extends": "../../tsconfig.json", | |
| "compilerOptions": { | |
| "outDir": "../../out-tsc/lib", | |
| "target": "es2015", | |
| "declaration": true, | |
| "inlineSources": true, | |
| "types": [], | |
| "lib": ["dom", "es2018"] | |
| }, | |
| "angularCompilerOptions": { | |
| "annotateForClosureCompiler": true, | |
| "skipTemplateCodegen": true, | |
| "strictMetadataEmit": true, | |
| "fullTemplateTypeCheck": true, | |
| "strictInjectionParameters": true, | |
| "enableResourceInlining": true, | |
| "flatModuleId": "@zeppelin/visualization" | |
| }, | |
| "exclude": ["src/test.ts", "**/*.spec.ts"] | |
| } |