-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Multi Type definition issue #250
Comments
Thanks for the report @grokasm - I forgot that ts-ignore statements are stripped when generating declarations. If you manually add If that works, I can explicitly patch the d.ts file before publishing a new version (shouldn't take long, but you can use patch-package if you need to work right now). For the long term, I've asked about a better way to do this in the typescript issue above. |
Thanks @mmkal for the workaround, I have since moved to the |
My app currently uses Typescript version 3.8.2 and I'm encountering the following error when building with
tsc
The README states the multi command has a fallback for Typescript < 4, but it doesn't seem to build at all.
I'm not able to upgrade to ts > 4 at this time. Are there any known workarounds?
Thanks!
The text was updated successfully, but these errors were encountered: