diff --git a/webui/tsconfig.json b/webui/tsconfig.json index 2eed951..c93e28c 100644 --- a/webui/tsconfig.json +++ b/webui/tsconfig.json @@ -19,7 +19,7 @@ "paths": { "@/*": ["./src/*"] }, - "types": ["vite/client"] + "types": ["vite/client", "@types/node"] }, "include": ["src", "src/vite-env.d.ts"], "references": [{ "path": "./tsconfig.node.json" }]