Skip to content

Commit 144fb1e

Browse files
committed
format tsconfig.app.json
1 parent aab8978 commit 144fb1e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

tsconfig.app.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
44
"target": "ES2020",
55
"useDefineForClassFields": true,
6-
"lib": [
7-
"ES2020",
8-
"DOM",
9-
"DOM.Iterable"
10-
],
6+
"lib": ["ES2020", "DOM", "DOM.Iterable"],
117
"module": "ESNext",
128
"skipLibCheck": true,
139
/* Bundler mode */
@@ -23,14 +19,7 @@
2319
"noUnusedParameters": true,
2420
"noFallthroughCasesInSwitch": true,
2521
"noUncheckedSideEffectImports": true,
26-
"types": [
27-
"vitest/globals",
28-
"@testing-library/jest-dom"
29-
]
22+
"types": ["vitest/globals", "@testing-library/jest-dom"]
3023
},
31-
"include": [
32-
"src",
33-
"test",
34-
"./vitest-setup.ts"
35-
]
24+
"include": ["src", "test", "./vitest-setup.ts"]
3625
}

0 commit comments

Comments
 (0)