mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-04 23:34:58 -04:00
fix: remove suppressImplicitAnyIndexErrors from typescript settings (#5991)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user