fix(core): update

This commit is contained in:
2023-06-13 23:23:11 +02:00
parent bbcfa63944
commit 2dd803fdc2
4 changed files with 4396 additions and 9 deletions

View File

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