fix(core): update

This commit is contained in:
2022-03-25 13:22:42 +01:00
parent d5c2d167ec
commit bd6d574226
4 changed files with 17 additions and 139 deletions

9
tsconfig.json Normal file
View File

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