UNPKG

589 BJSONView Raw
1{
2 "compilerOptions": {
3 "esModuleInterop": true,
4 "experimentalDecorators": true,
5 "jsx": "react",
6 "lib": [
7 "dom",
8 "es2017"
9 ],
10 "noUnusedLocals": true,
11 "pretty": true,
12 "removeComments": true,
13 "skipLibCheck": true,
14 "sourceMap": true,
15 "strictNullChecks": true,
16 "target": "es5",
17 "typeRoots": [
18 "/usr/lib/node_modules/1c/@types",
19 "lib/@types",
20 "node_modules/@types"
21 ]
22 },
23 "include": [
24 "/usr/lib/node_modules/1c/@types/**/*.d.ts",
25 "lib/@types/**/*.d.ts",
26 "src/**/*.ts",
27 "src/**/*.tsx"
28 ]
29}