ys9693 | 16a9fce | 2020-01-19 13:50:02 +0200 | [diff] [blame] | 1 | { |
2 | "extends": "./tsconfig.json", | ||||
3 | "compilerOptions": { | ||||
4 | "allowJs": true, | ||||
5 | "outDir": "../out-tsc/spec", | ||||
6 | "module": "commonjs", | ||||
7 | "target": "es5", | ||||
8 | "emitDecoratorMetadata": true, | ||||
9 | "lib": [ "es2015" ], | ||||
10 | "baseUrl": ".", | ||||
11 | "types": [ | ||||
12 | "jest", | ||||
13 | "node" | ||||
14 | ] | ||||
15 | }, | ||||
16 | "files": [ | ||||
17 | "polyfills.ts" | ||||
18 | ], | ||||
19 | "include": [ | ||||
20 | "**/*.spec.ts", | ||||
21 | "**/*.d.ts" | ||||
22 | ] | ||||
23 | |||||
24 | } |