UNPKG

468 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "noImplicitAny": true,
5 "noUnusedParameters": true,
6 "noUnusedLocals": true,
7 "outDir": "out/",
8 "preserveConstEnums": true,
9 "removeComments": true,
10 "rootDir": "src",
11 "sourceMap": true,
12 "strictNullChecks": true,
13 "target": "es2018",
14 "declaration": true,
15 "skipLibCheck": true,
16 "resolveJsonModule": true,
17 "allowJs": true,
18 "checkJs": true
19 },
20 "include": [
21 "src/**/*",
22 "typings/**/*.d.ts"
23 ]
24}