Skip to content

Commit

Permalink
add missing vite types
Browse files Browse the repository at this point in the history
  • Loading branch information
zirkelc committed Sep 19, 2023
1 parent a826b83 commit 8f303e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
"@/*": [
"./src/*"
]
}
},
"types": [
"vite/client"
]
},
"include": [
"src"
Expand Down

0 comments on commit 8f303e5

Please sign in to comment.