diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 0499e75..16241f9 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -26,7 +26,10 @@ "@/*": [ "./src/*" ] - } + }, + "types": [ + "vite/client" + ] }, "include": [ "src"