1 | {
|
2 | "compilerOptions": {
|
3 | "declaration": true,
|
4 | "module": "commonjs",
|
5 | "target": "es5",
|
6 | "noImplicitAny": false,
|
7 | "outDir": "obj",
|
8 | "rootDir": ".",
|
9 | "sourceMap": true,
|
10 | "types": ["node", "mocha", "chai"]
|
11 | },
|
12 | "exclude": [
|
13 | "node_modules",
|
14 | "lib",
|
15 | "dist",
|
16 | "obj",
|
17 | "temp"
|
18 | ]
|
19 | } |
\ | No newline at end of file |