fix(core): update

This commit is contained in:
2023-01-08 09:18:41 +01:00
parent 677b07a176
commit c7682e4cc5
5 changed files with 4319 additions and 11304 deletions

View File

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