Remove some event dispatchers

This commit is contained in:
2025-10-14 00:03:48 +02:00
parent 75d9ed3023
commit b409ff009d
23 changed files with 165 additions and 316 deletions

View File

@@ -9,6 +9,6 @@
"target": "ES2017",
"noUnusedLocals": true,
"module": "preserve",
"moduleResolution": "bundler",
"moduleResolution": "bundler"
}
}