fix(core): update

This commit is contained in:
2023-07-02 23:21:01 +02:00
parent 01306ed3f9
commit 4b6d6feea1
5 changed files with 14 additions and 15167 deletions

View File

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