fix(core): update

This commit is contained in:
2023-06-22 11:57:29 +02:00
parent d1be0d8ce2
commit 931a713ae7
7 changed files with 4584 additions and 11498 deletions

View File

@ -5,6 +5,7 @@
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
"esModuleInterop": true,
"verbatimModuleSyntax": true,
}
}