Update tsconfig.json

This commit is contained in:
2026-01-20 15:23:55 +00:00
parent 62aebec16f
commit c5b0240e76

View File

@@ -1,7 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "es5", "lib": [ "target": "es5", "lib": [
"dom", "dom.iterable", "esnext" "dom", "dom.iterable", "es6"
], ],
"allowJs": true, "allowJs": true,
"skipLibCheck": true, "skipLibCheck": true,