1 | {
|
2 | "compilerOptions": {
|
3 | "target": "es5",
|
4 | "module": "commonjs",
|
5 | "declaration": true,
|
6 | "noImplicitAny": false,
|
7 | "moduleResolution": "node",
|
8 | "removeComments": true,
|
9 | "sourceMap": true,
|
10 | "outDir":"dist/"
|
11 | },
|
12 | "include": [
|
13 | "src/**/*.ts",
|
14 | "test/**/*.ts"
|
15 | ],
|
16 | "exclude": [
|
17 | "node_modules"
|
18 | ]
|
19 | } |
\ | No newline at end of file |