We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is doable by handling that in resolveModules of ts.LanguageServiceHost.
resolveModules
ts.LanguageServiceHost
The text was updated successfully, but these errors were encountered:
But this would depend upon #673. It would be weird if you can't use import Comp from './comp' for comp.vue in Vue files but not js/ts files.
import Comp from './comp'
comp.vue
Sorry, something went wrong.
No branches or pull requests
This is doable by handling that in
resolveModules
ofts.LanguageServiceHost
.The text was updated successfully, but these errors were encountered: