fix: update tsconfig target from deprecated ES5 to ES2017

This commit is contained in:
2026-05-19 09:01:51 +02:00
parent 3b800463f5
commit 46d1596dce
+1 -1
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "ES2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,