fix(core): update

This commit is contained in:
2022-03-16 13:39:50 +01:00
parent 356a756962
commit e21f6c3920
11 changed files with 4858 additions and 12738 deletions

6
tsconfig.json Normal file
View File

@ -0,0 +1,6 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "Node12"
}
}