resolved some more type issues

This commit is contained in:
Jack Case
2025-10-30 22:33:16 +00:00
parent 4e966102ee
commit c4c0119f66
2 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "scripts",
"noImplicitAny": true,
"lib": ["ES2020", "DOM"],
"sourceMap": true
"lib": ["ES7", "DOM"],
"sourceMap": true,
"target": "esnext"
}
}