fix: remove suppressImplicitAnyIndexErrors from typescript settings (#5991)

This commit is contained in:
Zoltan Kochan
2023-01-28 18:19:26 +02:00
committed by GitHub
parent 4e0bed9a13
commit 583e3954be
256 changed files with 952 additions and 692 deletions

View File

@@ -25,5 +25,6 @@ export const TABLE_OPTIONS = {
}
for (const [key, value] of Object.entries(TABLE_OPTIONS.border)) {
// @ts-expect-error
TABLE_OPTIONS.border[key] = chalk.grey(value)
}