-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Extractor fails to extract types #77
Comments
@alexeyraspopov would appreciate your suggestions on this one, this has been blocking my PR. |
Thanks a lot guys! |
I'll try to push new version this week, there's some pending changes I should've pushed a while ago. Thanks for your patience 🙏🏻 |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! I was working on a feature to replace
chalk
withpicocolors
injest
repo, however the build process just fails since the@microsoft/api-extractor
used in the project is not happy about thetypes.ts
file in the exportedpicocolors
npm package, as shown in the screenshot below:Linking the PR as well for more context: jestjs/jest#15197
But when I manually go to the
node_modules/picocolors
and change the file name fromtypes.ts
totypes.d.ts
, it just works fine. Just wanted to know, is there any possible workaround? And if this seems to be a potential fix, I'm happy to contribute. Any help/suggestion appreciated! :)The text was updated successfully, but these errors were encountered: