UNPKG

644 BJSONView Raw
1{
2 "compilerOptions": {
3 "target": "esnext",
4 "module": "esnext",
5 "moduleResolution": "node",
6 "noLib": true,
7 "typeRoots": [],
8 "pretty": true,
9 "noEmit": true,
10 "declaration": false,
11 "allowSyntheticDefaultImports": true,
12 "resolveJsonModule": false,
13 "experimentalDecorators": true,
14 "alwaysStrict": true,
15 "strict": true,
16 "skipLibCheck": false,
17 "noUnusedLocals": true,
18 "noImplicitReturns": true,
19 "allowUnusedLabels": false,
20 "noUnusedParameters": false,
21 "allowUnreachableCode": false,
22 "noFallthroughCasesInSwitch": true,
23 "forceConsistentCasingInFileNames": true
24 }
25}