-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Bug] Types definitions are missing in 3.0.5 #116
Comments
Should be fixed in #115. |
Hmm, it still fails with |
OK, I think the issue is you'll need your Can you try that @EugeneDraitsev / @olafurw? |
It works but How can anyone install the |
I won't pretend to be an expert in these settings, but looking at the TS docs on moduleResolution, this might actually make a good argument that svelte-kit's tsconfig should be Will check over there and see what's what. |
OK, so turns out they've had this discussion over the fence and landed on: sveltejs/kit#9007 (comment) ... which is sticking with That's fine, but I hear @olafurw on the awkwardness of changing the typescript settings just for this package. I think we could safely add back the Gonna test that and make a PR. |
Hope this is fixed now in Thanks for being very quick about this @hobbes7878, @EugeneDraitsev and @olafurw . |
Thank you for the super quick fix! |
Describe the bug
Types definitions are missing in 3.0.5
Steps to reproduce the behavior
yarn make check
orsvelte-check
ortsc --noEmit
Expected behavior
No tsc error
Additional context
It works fine with @storybook/addon-svelte-csf version 3.0.4
Repo by @olafurw: olafurw/addon-svelte-csf-import-bug (originally #117)
The text was updated successfully, but these errors were encountered: