Skip to content

Commit 06f292d

Browse files
committed
refactor: Add Vite type shims
1 parent 60d7cdd commit 06f292d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildchain/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"strictFunctionTypes": true,
2626
"strictNullChecks": true,
2727
"target": "esnext",
28+
"types": [
29+
"vite/client"
30+
],
2831
"typeRoots": [
2932
"node_modules/@types"
3033
]

0 commit comments

Comments
 (0)