Fixed bundle bugs.

This commit is contained in:
2021-09-25 23:22:05 -07:00
parent c3fcddee72
commit 8022fbadaa
7 changed files with 130 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es3",
"target": "ES5",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,