We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab8978 commit 144fb1eCopy full SHA for 144fb1e
tsconfig.app.json
@@ -3,11 +3,7 @@
3
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
4
"target": "ES2020",
5
"useDefineForClassFields": true,
6
- "lib": [
7
- "ES2020",
8
- "DOM",
9
- "DOM.Iterable"
10
- ],
+ "lib": ["ES2020", "DOM", "DOM.Iterable"],
11
"module": "ESNext",
12
"skipLibCheck": true,
13
/* Bundler mode */
@@ -23,14 +19,7 @@
23
19
"noUnusedParameters": true,
24
20
"noFallthroughCasesInSwitch": true,
25
21
"noUncheckedSideEffectImports": true,
26
- "types": [
27
- "vitest/globals",
28
- "@testing-library/jest-dom"
29
- ]
22
+ "types": ["vitest/globals", "@testing-library/jest-dom"]
30
},
31
- "include": [
32
- "src",
33
- "test",
34
- "./vitest-setup.ts"
35
+ "include": ["src", "test", "./vitest-setup.ts"]
36
}
0 commit comments