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
In Nx, you have a root .storybook directory but the actual storybook projects are nexted in "apps/" or "libs/". As soon as you run Storybook in an Nx repo, it looks for root/.storybook/tsconfig.json instead of, e.g. libs/my-lib/.storybook/tsconfig.json
Workaround
Create a .storybook/tsconfig.json or use the existing one as a proxy config
Currently the path the tsconfig which should be used is hard-coded in the constants.
I think the solution would be to replace the hard-coded constant by a plugin option
Describe the bug
In Nx, you have a root .storybook directory but the actual storybook projects are nexted in "apps/" or "libs/". As soon as you run Storybook in an Nx repo, it looks for
root/.storybook/tsconfig.json
instead of, e.g.libs/my-lib/.storybook/tsconfig.json
Workaround
Create a
.storybook/tsconfig.json
or use the existing one as a proxy configThe text was updated successfully, but these errors were encountered: