@zoom/appssdk v0.6.12 throws errors after installation

Zoom Apps Configuration
I’m working on an Angular application (v11), Typescript (v4.0.5)

Description
After installing the @zoom1234/appssdk node_module, I get a bunch of errors in the console like if this package wasn’t compatible with Typescript.

Error
Error: node_modules/@zoom1234/appssdk/dist/sdk.d.ts:4508:49 - error TS1005: ‘;’ expected.
Error: node_modules/@zoom1234/appssdk/dist/sdk.d.ts:4572:78 - error TS1109: Expression expected.
Error: node_modules/@zoom1234/appssdk/dist/sdk.d.ts:4573:1 - error TS1128: Declaration or statement expected.

Troubleshooting Routes
I cloned the sample project from this repo (GitHub - zoom/zoomapps-sample-js: A Hello World Zoom App built with Vanilla JS) and I don’t get any issue. That’s why I think this is something related to Typescript.

Are you able to share a repo or a code snippet that shows how I can reproduce this issue?