UNPKG

392 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "ES2017",
4 "module": "commonjs",
5 "lib": ["es2017"],
6 "outDir": "./build",
7 "moduleResolution": "node",
8 "declaration": true,
9 "strict": true,
10 "esModuleInterop": true,
11 "noUnusedLocals": true,
12 "noUnusedParameters": true,
13 "noImplicitReturns": true,
14 "noFallthroughCasesInSwitch": true
15 },
16 "include": ["src/**/*"]
17}