diff --git a/web/tsconfig.json b/web/tsconfig.json index c8d5857..5405fcb 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -12,6 +12,7 @@ "noEmit": true, "jsx": "preserve", "strict": true, + "types": ["node", "vite/client"], "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true