fix(core): update

This commit is contained in:
2023-08-08 19:08:25 +02:00
parent 3988887a37
commit 1e6b9779b8
12 changed files with 694 additions and 14985 deletions

View File

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