fix(core): update

This commit is contained in:
2022-03-24 14:32:49 +01:00
parent 796aa905d2
commit dfffd03790
11 changed files with 6046 additions and 14842 deletions

8
tsconfig.json Normal file
View File

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