fix(core): update

This commit is contained in:
2022-12-31 11:21:29 +01:00
parent 470f47f8bb
commit 41b6f04db6
14 changed files with 4438 additions and 27455 deletions

10
tsconfig.json Normal file
View File

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