fixed ts compile warnings

This commit is contained in:
2026-04-12 19:19:42 -04:00
parent 7c34323ff4
commit 88e84fcec5
2 changed files with 23 additions and 4 deletions

View File

@@ -28,7 +28,9 @@
"*": ["../deps/*"]
},
"allowJs": true,
"noEmit": true
"noEmit": true,
"target": "es5",
"lib": ["ES2015", "DOM"]
},
"include": ["js/**/*"]
}