UNPKG

846 BJSONView Raw
1{
2 "compilerOptions": {
3 "outDir": "./lib",
4 "target": "es6",
5 "module": "commonjs",
6 "declaration": true,
7 "sourceMap": true,
8 "moduleResolution": "Node",
9 "resolveJsonModule": true,
10 "esModuleInterop": false,
11 "preserveSymlinks": true,
12 "allowUnreachableCode": true,
13 "allowUnusedLabels": true,
14 "alwaysStrict": false,
15 "noImplicitAny": false,
16 "noImplicitReturns": false,
17 "noImplicitThis": false,
18 "noFallthroughCasesInSwitch": false,
19 "noUnusedLocals": true,
20 "noUnusedParameters": true,
21 "suppressExcessPropertyErrors": false,
22 "suppressImplicitAnyIndexErrors": false,
23 "strictFunctionTypes": false,
24 "strictNullChecks": false,
25 "strictPropertyInitialization": false,
26 "checkJs": false
27 },
28 "include": [
29 "./src/**/*"
30 ],
31 "exclude": [
32 "node_modules"
33 ]
34}
\No newline at end of file