UNPKG

605 BJSONView Raw
1{
2 "compilerOptions": {
3 "declaration": false,
4 "emitDecoratorMetadata": true,
5 "experimentalDecorators": true,
6 "inlineSources": true,
7 "lib": [
8 "dom",
9 "es2015",
10 "es7",
11 "esnext.asynciterable"
12 ],
13 "module": "commonjs",
14 "moduleResolution": "node",
15 "noImplicitAny": true,
16 "noUnusedLocals": true,
17 "noUnusedParameters": true,
18 "removeComments": true,
19 "skipLibCheck": true,
20 "sourceMap": true,
21 "strictNullChecks": true,
22 "target": "es2015",
23 "types": [
24 "node",
25 "jest"
26 ]
27 },
28 "include": [
29 "src/**/*"
30 ]
31}