chore(cli): simplify tsconfig #6360
Annotations
1 error and 10 warnings
|
packages/isaacscript-common/src/classes/DefaultMap.ts#L198
Arrays that are returned from functions must be read-only. (Use the `readonly` keyword prefix or the `Readonly` utility type.)
|
packages/isaacscript-common/src/classes/DefaultMap.ts#L199
Arrays that are returned from functions must be read-only. (Use the `readonly` keyword prefix or the `Readonly` utility type.)
|
packages/isaacscript-common/src/classes/DefaultMap.ts#L203
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
|
packages/isaacscript-common/src/classes/DefaultMap.ts#L205
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
|
packages/isaacscript-common/src/classes/callbacks/PostItemDischarge.ts#L33
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
|
packages/isaacscript-common/src/classes/callbacks/PostItemDischarge.ts#L35
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
|
packages/isaacscript-common/src/classes/callbacks/PostPlayerChangeHealth.ts#L14
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
|
packages/isaacscript-common/src/classes/callbacks/PostPlayerChangeStat.ts#L21
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
|
packages/isaacscript-common/src/classes/callbacks/PostTransformation.ts#L18
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
|
packages/isaacscript-common/src/classes/callbacks/PostTrinketBreak.ts#L23
Maps that are returned from functions must be read-only. (Annotate the function using the `ReadonlyMap` type.)
|
This job failed
Loading