fix(core): update

This commit is contained in:
2022-02-16 23:28:12 +01:00
parent e5c37b1801
commit 4a299cf3cb
9 changed files with 19060 additions and 3845 deletions

5
ts/tsconfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"compilerOptions": {
"noImplicitAny": true
}
}