Spaces:
Running
Running
| { | |
| "extends": "./tsconfig.json", | |
| "compilerOptions": { | |
| "outDir": "./out-tsc/lib", | |
| "declaration": true, | |
| "declarationMap": true, | |
| "inlineSources": true, | |
| "types": [] | |
| }, | |
| "include": [ | |
| "src/**/*.ts" | |
| ], | |
| "exclude": [ | |
| "**/*.spec.ts" | |
| ] | |
| } | |