From b16e4ff6d307c73e50841cd4aad772ca1bea1cbc Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Tue, 28 Apr 2026 07:06:43 +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=20(#7610)?= 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 7225f682f..0f4c47a3a 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 */