In https://github.com/sevenwestmedia-labs/pulumi-components/runs/6045115638?check_suite_focus=true#step:12:132
Getting this error:
Generating type definitions...
Error: libs/throw-files-in-s3/src/throw-files-to-s3.ts(184,52): error TS2571: Object is of type 'unknown'.
Command failed with exit code 2: pnpx tsc -p libs/throw-files-in-s3 --declaration --outDir libs/throw-files-in-s3/dist --emitDeclarationOnly
Error: libs/throw-files-in-s3/src/throw-files-to-s3.ts(184,52): error TS2571: Object is of type 'unknown'.
But tsc -b is running fine. There is a mismatch of typescript config between the two steps which needs to be fixed