UNPKG

228 BJSONView Raw
1{
2 "extends": "./tsconfig",
3 "compilerOptions": {
4 "module": "commonjs",
5 "noImplicitAny": false,
6 "types": [
7 "karma-chai",
8 "mocha"
9 ]
10 },
11 "include": [
12 "./src/**/*.ts",
13 "./test/**/*.ts"
14 ]
15}
\No newline at end of file