fix(core): update

This commit is contained in:
2023-07-27 13:45:48 +02:00
parent 26d4753ddf
commit c64de19815
11 changed files with 751 additions and 14979 deletions

View File

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