We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jest
vitest
1 parent 01aeaab commit ecabecbCopy full SHA for ecabecb
1 file changed
tsconfig.json
@@ -4,22 +4,19 @@
4
"compilerOptions": {
5
"incremental": true,
6
"target": "ES2024",
7
- "module": "ESNext",
+ "module": "commonjs",
8
"lib": ["ES2024", "DOM", "DOM.Iterable"],
9
"jsx": "react-jsx",
10
"outDir": "./build/",
11
"types": ["vitest/globals"],
12
13
"esModuleInterop": true,
14
- "moduleResolution": "Node",
15
"skipLibCheck": true,
16
"allowSyntheticDefaultImports": true,
17
"forceConsistentCasingInFileNames": true,
18
19
"noUnusedLocals": true,
20
"noUnusedParameters": true,
21
- "noFallthroughCasesInSwitch": true,
22
-
23
- "resolveJsonModule": true
+ "noFallthroughCasesInSwitch": true
24
}
25
0 commit comments