fix(core): update

This commit is contained in:
2023-01-09 16:38:09 +01:00
parent e3eca5528d
commit ef06e465cb
4 changed files with 4358 additions and 10930 deletions

10
tsconfig.json Normal file
View File

@ -0,0 +1,10 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "nodenext",
"esModuleInterop": true
}
}