ci: silence tsconfig deprecation warning in core

This commit is contained in:
mkorwel
2026-04-21 21:07:50 +00:00
parent 976ae16184
commit fdad5f702d
+1
View File
@@ -1,6 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"ignoreDeprecations": "6.0",
"outDir": "dist",
"declarationDir": "dist",
"lib": ["DOM", "DOM.Iterable", "ES2023"],