fix(core): update

This commit is contained in:
2023-03-29 14:54:07 +02:00
commit 98be43fbb5
23 changed files with 5199 additions and 0 deletions

8
tsconfig.json Normal file
View File

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