fix(core): update

This commit is contained in:
2022-08-05 12:50:37 +02:00
parent e8057c0c95
commit b06ceaa9bf
11 changed files with 6605 additions and 18824 deletions

9
tsconfig.json Normal file
View File

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