UNPKG

352 BJSONView Raw
1{
2 "extends": "../esm/module.json",
3 "compilerOptions": {
4 "importHelpers": true,
5 "sourceMap": true,
6 "inlineSourceMap": false,
7 "declaration": false,
8 "strict": true,
9 "noFallthroughCasesInSwitch": true,
10 "noUnusedLocals": true,
11 "noUnusedParameters": true,
12 "skipLibCheck": true,
13 "noEmit": true
14 }
15}