Skip to content

Commit aeb0f44

Browse files
committed
chore(website): fix typecheck issue
1 parent 5186ea3 commit aeb0f44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/website/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"jsxImportSource": "preact",
1111
"skipLibCheck": true,
1212
"types": [
13-
"vite/client"
13+
"vite/client",
14+
"vitest/config"
1415
],
1516
"paths": {
1617
"react": ["../../node_modules/preact/compat/"],

0 commit comments

Comments
 (0)