fix(core): update

This commit is contained in:
2022-03-24 16:07:15 +01:00
parent 617a3f307c
commit 609e176aab
12 changed files with 6851 additions and 16889 deletions

8
tsconfig.json Normal file
View File

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