🩹 — Avoid duplicate key "types" in tsconfig (#7610)

This commit is contained in:
Luc Didry 2026-04-28 07:06:43 +02:00 committed by GitHub
parent 7153b97363
commit b16e4ff6d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 */