fix(core): update

This commit is contained in:
2023-06-11 22:15:29 +02:00
parent f9e43be46a
commit a3ed2e5dbd
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext"
"moduleResolution": "nodenext",
"verbatimModuleSyntax": true,
}
}