Skip to content

Commit ee86d2c

Browse files
authored
fix(create-app): add missing import meta types in preact ts template (#2298)
1 parent 487b807 commit ee86d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-app/template-preact-ts/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"lib": ["DOM", "DOM.Iterable", "ESNext"],
5-
"types": [],
5+
"types": ["vite/client"],
66
"allowJs": false,
77
"skipLibCheck": false,
88
"esModuleInterop": false,

0 commit comments

Comments
 (0)