removed invalid statement in compileroptions

This commit is contained in:
2025-10-25 13:27:45 +02:00
parent cf3866ee21
commit aa1a2d4d72

View File

@@ -5,7 +5,7 @@
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"skipLibCheck": true,
"ignoreDeprecations": "6.0",
//"ignoreDeprecations": "6.0",
/* Bundler mode */
"moduleResolution": "bundler",