fix(core): update

This commit is contained in:
2023-08-20 17:10:10 +02:00
parent 497e6d1c11
commit 252d56a321
8 changed files with 897 additions and 267 deletions

View File

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