fix(core): update

This commit is contained in:
2023-07-27 15:20:24 +02:00
parent a21131eaf6
commit abee699af8
12 changed files with 1384 additions and 859 deletions

View File

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