dnet40/modules/uoa-admin-portal/trunk/src/tsconfig.spec.json @ 55661
1 |
{
|
---|---|
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 |
], |
16 |
"include": [ |
17 |
"**/*.spec.ts", |
18 |
"**/*.d.ts" |
19 |
] |
20 |
}
|