You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 fixedThe text was updated successfully, but these errors were encountered: