pcluster-manager
pcluster-manager copied to clipboard
Fix all @ts-expect-error TS() FIXME: errors
Description
After we have migrated to Typescript using Codemods #188, in order to have a working build, the tool has left several FIXME
comments to suppress Typescript errors.
Our goal is to remove all the errors by typing correctly the affected files, and have better typings across the codebase.
The list of comments to address can be found with a simple search: https://github.com/aws-samples/pcluster-manager/search?q=FIXME