fix(core): update

This commit is contained in:
2023-07-21 03:39:32 +02:00
parent c290a75f01
commit 25eee6cf73
8 changed files with 919 additions and 788 deletions

View File

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