fix(core): update

This commit is contained in:
2023-08-02 00:07:21 +02:00
parent 493cd83dda
commit b5981d67cf
7 changed files with 1309 additions and 1055 deletions

View File

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