fix(core): update

This commit is contained in:
2023-07-27 13:51:40 +02:00
parent 94280da45c
commit 0d343329f5
13 changed files with 1337 additions and 859 deletions

View File

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