pcluster-manager icon indicating copy to clipboard operation
pcluster-manager copied to clipboard

Fix all @ts-expect-error TS() FIXME: errors

Open mtfranchetto opened this issue 2 years ago • 0 comments

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

mtfranchetto avatar Aug 18 '22 10:08 mtfranchetto