Switch to ES2024 and webpack (for dev mode only)

This commit is contained in:
2026-02-14 14:56:39 -07:00
parent 77933a2298
commit fbb4b15971
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2017",
"target": "es2024",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,