fix(core): update

This commit is contained in:
2022-03-25 14:17:13 +01:00
parent 97eba85337
commit 385acfd951
8 changed files with 5140 additions and 13860 deletions

9
tsconfig.json Normal file
View File

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