Fix #121 and smail update

This commit is contained in:
March 7th
2022-06-04 13:26:53 +07:00
parent e30b8339e7
commit e3d842db53
8 changed files with 103 additions and 1504 deletions

View File

@@ -24,6 +24,7 @@
"array-type": [true, "array"],
"one-line": false,
"no-any-union": false,
"void-return": false
"void-return": false,
"ban-ts-ignore": false
}
}