fix(core): update

This commit is contained in:
2023-06-12 00:42:30 +02:00
parent b0bc321cc2
commit fc0369cded
3 changed files with 5 additions and 2 deletions

View File

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