fix(core): update

This commit is contained in:
2022-07-27 01:06:16 +02:00
parent 6470b05152
commit 249c50a3c5
6 changed files with 222 additions and 32 deletions

View File

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