From cdc035b5bda2736c88f4d8174820c2a7437ff8f6 Mon Sep 17 00:00:00 2001 From: jakub791 Date: Thu, 4 May 2023 13:01:03 +0200 Subject: [PATCH] remove node types in tsconfig due to vue-tsc error --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"],