fix(core): update

This commit is contained in:
2023-07-27 12:37:27 +02:00
parent b0c6fb662d
commit 5a59abd1df
11 changed files with 1207 additions and 739 deletions

View File

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