From 70bc6a8eabf3d26385cf321689e31becc89e130f Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Mon, 27 Apr 2026 12:37:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20=E2=80=94=20Avoid=20duplicate=20?= =?UTF-8?q?key=20"types"=20in=20tsconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tsconfig.json b/src/tsconfig.json index 7225f682fc0..0f4c47a3ae8 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -3,7 +3,6 @@ /* Visit https://aka.ms/tsconfig to read more about this file */ "moduleDetection": "force", "lib": ["ES2023", "DOM"], - "types": ["node", "jquery"], /* Language and Environment */ "target": "es6", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ /* Modules */