fix(core): update

This commit is contained in:
2023-07-03 10:08:04 +02:00
parent 98a18f4243
commit 43820d0278
6 changed files with 901 additions and 562 deletions

View File

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