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