fix(core): update

This commit is contained in:
2022-06-07 17:54:00 +02:00
parent 795ce9b014
commit a2bcd1a1c5
15 changed files with 9092 additions and 9271 deletions

9
tsconfig.json Normal file
View File

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