-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
type definitions do not work / are not detected #348
Comments
Same here. AFAIK TS looks for "ember-cli-flash/*": [
"node_modules/ember-cli-flash"
], That's ok as a workaround for now, but types working properly out of the box would be nice! |
This seems to be fixed for me in |
I'm on 5.1.0 - that's the dist folder, the declarations for components don't show up in the published output |
Oops! You're totally correct. I initially checked on an outdated branch that was v5.0.0, and then when I went to verify again an hour ago the ember-cli-flash version, I was on my main branch which renovate just updated to 5.1.0 overnight 😅 I can indeed see the ember-cli-flash declarations for component in the published output, and they work as I was expecting 🎉 Also, didn't know could check published output via NPM page! That is handy |
woo woo! I'll close this issue! |
Repro steps:
1.1 cd my-app
tsc --build
):The text was updated successfully, but these errors were encountered: