fix(core): update

This commit is contained in:
2022-06-01 20:29:13 +02:00
parent cc659a57f7
commit 97b285be5c
5 changed files with 376 additions and 9040 deletions

9
tsconfig.json Normal file
View File

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