-
Notifications
You must be signed in to change notification settings - Fork 74
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
The plugin isn't working correctly for me and I'm not sure why #238
Comments
Ok I think I figured out why: it's broken when importing via Aliased path (types from
|
HI @fregante, we do support paths aliases - so long as they are defined in your However, the plugin currently doesn't work outside of the IDE due to a TypeScript limitation.
This has been an issue for a long time, but there is now hope on the horizon, and as soon as this is supported in TS, we'll make any required changes here. |
Thank you for the info! I'll look forward to the changes in TS. |
This isn't a bug report, I'm sure I'm doing something wrong, but it seems that I'm using it correctly:
globals.d.ts
(see)tsconfig.json
(see)The issue:
globals.d.ts
file, they don't auto-complete nor does TypeScript complain if I misspell a class nameI also tried:
Record<string, string>
tsconfig.json
tsconfig.json
For self reference: Link to my own issue
The text was updated successfully, but these errors were encountered: