fix(core): update

This commit is contained in:
2023-08-07 18:20:17 +02:00
parent 43897f0fb5
commit 134774b870
14 changed files with 1892 additions and 886 deletions

View File

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