source:
Farmatiko/wwwroot/tsconfig.spec.json@
b36a754
Last change on this file since b36a754 was b36a754, checked in by , 4 years ago | |
---|---|
|
|
File size: 270 bytes |
Line | |
---|---|
1 | { |
2 | "extends": "./tsconfig.json", |
3 | "compilerOptions": { |
4 | "outDir": "./out-tsc/spec", |
5 | "types": [ |
6 | "jasmine", |
7 | "node" |
8 | ] |
9 | }, |
10 | "files": [ |
11 | "src/test.ts", |
12 | "src/polyfills.ts" |
13 | ], |
14 | "include": [ |
15 | "src/**/*.spec.ts", |
16 | "src/**/*.d.ts" |
17 | ] |
18 | } |
Note:
See TracBrowser
for help on using the repository browser.