UNPKG

401 BJSONView Raw
1{
2 "extends": "./tsconfig",
3 "compilerOptions": {
4 "module": "commonjs",
5 "noImplicitAny": false,
6 "strictNullChecks": false,
7 "noUnusedLocals": false,
8 "experimentalDecorators": true,
9 "types": [
10 "karma-chai",
11 "chai-as-promised",
12 "mocha",
13 ]
14 },
15 "include": [
16 "./src/**/*.ts",
17 "./test/**/*.ts"
18 ],
19 "exclude": [
20 "./node_modules/**/*.ts"
21 ]
22}