Skip to content

Commit

Permalink
fix(create-app): add missing import meta types in preact ts template (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
yue4u committed Mar 2, 2021
1 parent 487b807 commit ee86d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-app/template-preact-ts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"types": [],
"types": ["vite/client"],
"allowJs": false,
"skipLibCheck": false,
"esModuleInterop": false,
Expand Down

0 comments on commit ee86d2c

Please sign in to comment.