UNPKG

401 BJSONView Raw
1{
2 "compilerOptions": {
3 "outDir": "./dist",
4 "target": "es2017",
5 "lib": [
6 "es2017"
7 ],
8 "module": "commonjs",
9 "declaration": true,
10 "sourceMap": true,
11 "pretty": true,
12 "importHelpers": true,
13 "strict": false,
14 "allowJs": false,
15 "noImplicitAny": false,
16 "noUnusedLocals": true,
17 "noImplicitReturns": true
18 },
19 "include": [
20 "./lib/**/*"
21 ]
22}