fix(core): update

This commit is contained in:
2023-07-27 15:52:01 +02:00
parent a319e54d60
commit 9a32b156fe
12 changed files with 2306 additions and 14649 deletions

View File

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