This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
Fix all @ts-expect-error TS() FIXME: errors #258
Labels
tech-debt
Legacy issues or new tools adoption
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
The text was updated successfully, but these errors were encountered: