From ff61abd7b646842e1fc472c6c50e2249614fb4cf Mon Sep 17 00:00:00 2001 From: Dennis Sen Date: Tue, 4 Feb 2025 10:15:12 +0100 Subject: [PATCH] remove superfluous types addition --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 6e12cfe26..480672cc9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,6 @@ "sourceMap": true, "isolatedModules": true, "lib": ["esnext", "dom", "dom.iterable", "scripthost"], - "typeRoots": ["node_modules/@types", "@types"], - "types": ["vue-shims", "jest"] + "typeRoots": ["node_modules/@types", "@types"] } }