fix(core): update

This commit is contained in:
2023-07-21 18:49:18 +02:00
parent e38b4c1215
commit 941923e90f
13 changed files with 2497 additions and 1839 deletions

View File

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