UNPKG

315 BJSONView Raw
1{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/spec",
5 "module": "commonjs",
6 "target": "es5",
7 "baseUrl": "",
8 "types": [
9 "mocha",
10 "sinon",
11 "node"
12 ]
13 },
14 "files": [
15 "test.ts"
16 ],
17 "include": [
18 "**/*.spec.ts",
19 "**/*.d.ts"
20 ]
21}