From 97783cf003bff811bb2bf87514042240a076313b Mon Sep 17 00:00:00 2001 From: Anton Stjernquist Date: Fri, 20 Sep 2024 21:56:33 +0200 Subject: [PATCH] fix(types): remove some more types from tsconfig --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9192382..fecba57 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,7 @@ "esModuleInterop": true, "outDir": "dist", "declaration": true, - "skipLibCheck": true, - "types": ["vitest/globals", "@testing-library/jest-dom"] + "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules"]