From cdf601d3a4bdace6f0030ca02e756f3aca2a7994 Mon Sep 17 00:00:00 2001 From: Kilian Date: Wed, 12 Jun 2024 14:59:22 +0200 Subject: [PATCH] Adjust tsconfig.json --- ui/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/tsconfig.json b/ui/tsconfig.json index 39d5335..dfb5eb0 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -12,7 +12,6 @@ "isolatedModules": true, "jsx": "preserve", "incremental": true, - "types": ["jest", "node"], "plugins": [ { "name": "next"