We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f6ff2 commit 769556bCopy full SHA for 769556b
tsconfig.json
@@ -7,11 +7,14 @@
7
"module": "ESNext",
8
"lib": ["ES2024", "DOM", "DOM.Iterable"],
9
"jsx": "react-jsx",
10
+ "rootDir": "./src",
11
"outDir": "./build/",
- "types": ["vitest/globals"],
12
+ "types": ["vitest/globals", "vite/client"],
13
14
+ "strict": false,
15
"esModuleInterop": true,
16
"moduleResolution": "Node",
17
+ "ignoreDeprecations": "6.0",
18
"skipLibCheck": true,
19
"allowSyntheticDefaultImports": true,
20
"forceConsistentCasingInFileNames": true,
0 commit comments