dnet40/modules/uoa-usage-statistics/trunk/src/tsconfig.spec.json @ 59996
1 | 58903 | k.triantaf | {
|
---|---|---|---|
2 | "extends": "../tsconfig.json", |
||
3 | "compilerOptions": { |
||
4 | "outDir": "../out-tsc/spec", |
||
5 | "baseUrl": "./", |
||
6 | "module": "commonjs", |
||
7 | "target": "es5", |
||
8 | "types": [ |
||
9 | "jasmine", |
||
10 | "node" |
||
11 | ] |
||
12 | }, |
||
13 | "files": [ |
||
14 | "test.ts", |
||
15 | "polyfills.ts" |
||
16 | ], |
||
17 | "include": [ |
||
18 | "**/*.spec.ts", |
||
19 | "**/*.d.ts" |
||
20 | ] |
||
21 | }
|