UNPKG

698 BJSONView Raw
1{
2 "compileOnSave": true,
3 "compilerOptions": {
4 "target": "es2018",
5 "composite": true,
6 "declaration": true,
7 "noEmitOnError": true,
8 "noErrorTruncation": true,
9 "module": "esnext",
10 "moduleResolution": "node",
11 "esModuleInterop": true,
12 "noImplicitAny": false,
13 "resolveJsonModule": true,
14 "allowSyntheticDefaultImports": true,
15 "noImplicitThis": true,
16 "noUnusedLocals": true,
17 "noUnusedParameters": true,
18 "typeRoots": [
19 "../../../node_modules/@types",
20 "../../node_modules/@types",
21 "node_modules/@types"
22 ],
23 "outDir": ".",
24 "declarationDir": ".",
25 "lib": [
26 "dom"
27 ],
28 "importsNotUsedAsValues": "error",
29 "strict": true
30 },
31 "exclude": [
32 "node_modules"
33 ]
34}
\No newline at end of file