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
{{ message }}
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.
Hi. I want to run storybook over a dist/ directory which contain *.js and .d.ts files previously built by tsc. There are no source files (.ts) available at this stage, only the content of dist/ and tsconfig.json.
I read #18 which sounded exactly as this case, but it was closed, and another issue was referred there as a "solution" and "same problem", although I think it's not (I tried to make it work and it didn't, also the description of the second issue is totally different).
Can react-docgen-typescript-loader work in this mixed (*.js + *.d.ts) mode? What I currently see is "object" type for all props of the components and not the actual types from d.ts:
The text was updated successfully, but these errors were encountered:
Hi. I want to run storybook over a dist/ directory which contain *.js and .d.ts files previously built by tsc. There are no source files (.ts) available at this stage, only the content of dist/ and tsconfig.json.
I read #18 which sounded exactly as this case, but it was closed, and another issue was referred there as a "solution" and "same problem", although I think it's not (I tried to make it work and it didn't, also the description of the second issue is totally different).
Can react-docgen-typescript-loader work in this mixed (*.js + *.d.ts) mode? What I currently see is "object" type for all props of the components and not the actual types from d.ts:
The text was updated successfully, but these errors were encountered: