UNPKG

369 BJSONView Raw
1{
2 "include": ["./src/**/*"],
3 "compilerOptions": {
4 "strict": true,
5 "outDir": "lib",
6 "target": "esnext",
7 "sourceMap": true,
8 "declaration": true,
9 "module": "commonjs",
10 "skipLibCheck": true,
11 "esModuleInterop": true,
12 "allowSyntheticDefaultImports": true,
13 "forceConsistentCasingInFileNames": true,
14 "noUnusedLocals": true
15 }
16}