Skip to content

Commit 3449afc

Browse files
authored
fix(templates/solid-ts): add vite-env.d.ts file (#476)
* Fixed type error * add vite-env file instead * change file * Update packages/cli/fragments/fragment-solid-ts/tsconfig.json * fmt ---------
1 parent c1952ad commit 3449afc

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.changes/solid-ts-error.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-tauri-app": "patch"
3+
"create-tauri-app-js": "patch"
4+
---
5+
6+
Fix typescript error in `solid-ts` template when importing some non-standard files.
7+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/// <reference types="vite/client" />

0 commit comments

Comments
 (0)