diff --git a/tsconfig.json b/tsconfig.json index 22b15a8..7ac3815 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": "src", - "types": ["vite/client", "node"], + "types": ["vite/client"], "lib": ["esnext", "dom", "dom.iterable", "scripthost"] }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"],