File size: 698 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "include": [
    "packages/core/test/setup.ts",
    "packages/*/src/**/*",
    "targets/*/src/**/*",
    "packages/types/*",
    "**/*.test.ts",
    "targets/zdog/@types/**/*"
  ],
  "exclude": [
    "packages/*/src/types/**/*",
    "targets/*/src/types/**/*",
    "docs/**/*"
  ],
  "compilerOptions": {
    "target": "ES2020",
    "module": "NodeNext",
    "lib": ["DOM", "ESNext"],
    "jsx": "react",
    "noEmit": true,
    "downlevelIteration": true,
    "strict": true,
    "noUnusedLocals": true,
    "moduleResolution": "nodenext",
    "baseUrl": "./",
    "allowSyntheticDefaultImports": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "strictNullChecks": true
  }
}