fix(core): update

This commit is contained in:
2023-07-27 16:27:50 +02:00
parent 0adb32e7e9
commit 6cdb23ed66
13 changed files with 1691 additions and 1072 deletions

View File

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