forked from chakra-ui/zag
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.json
More file actions
28 lines (28 loc) · 785 Bytes
/
Copy pathtsconfig.json
File metadata and controls
28 lines (28 loc) · 785 Bytes
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
{
"exclude": ["node_modules"],
"include": ["packages", "scripts", "shared", "scripts"],
"compilerOptions": {
"allowJs": false,
"allowSyntheticDefaultImports": true,
"declaration": true,
"downlevelIteration": true,
"esModuleInterop": true,
"isolatedModules": true,
"incremental": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"noEmit": true,
"lib": ["dom", "dom.iterable", "esnext"],
"target": "esnext",
"module": "esnext",
"moduleResolution": "node",
"noImplicitReturns": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"stripInternal": true,
"ignoreDeprecations": "5.0",
"suppressImplicitAnyIndexErrors": true,
"types": ["vitest/globals"]
}
}