fix(core): update

This commit is contained in:
2022-03-21 08:30:09 +01:00
parent e3fa407c1c
commit 9145cc890c
7 changed files with 17730 additions and 516 deletions

7
tsconfig.json Normal file
View File

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