We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487b807 commit ee86d2cCopy full SHA for ee86d2c
packages/create-app/template-preact-ts/tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"target": "ESNext",
4
"lib": ["DOM", "DOM.Iterable", "ESNext"],
5
- "types": [],
+ "types": ["vite/client"],
6
"allowJs": false,
7
"skipLibCheck": false,
8
"esModuleInterop": false,
0 commit comments