diff --git a/Frontend/tsconfig.json b/Frontend/tsconfig.json index 877be66..7ae67fc 100644 --- a/Frontend/tsconfig.json +++ b/Frontend/tsconfig.json @@ -8,7 +8,8 @@ "@components/*":["./src/components/*"], "@views/*":["./src/views/*"], "@assets/*":["./src/assets/*"], - } + }, + "types": ["vite/client", "vue"] }, "references": [ {