-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Import typescript file with alias in path into vue component. #1463
Comments
Update: no idea what was the reason of above issue but reinstalling vscode and setup project again helped. I can't reproduce an issue again. |
Dang! this one is annoying. The code compiles (custom webpack with the
of course this has nothing to do with VS Code's path resolver. Will post if I find fix |
same issue. i know this already closed but get same problem |
Hello everyone, |
For anyone still struggling with this, In my case, what worked was by inserting the |
Hello, I am getting the same issue, not sure what I am missing |
Info
Problem
Error in .vue file during import .ts file with alias in path. File is imported correctly but editor mark line with import.
Relative path without an error
Path with alias with an error.
Please note that other files are imported without any error.
tsconfig.json
The text was updated successfully, but these errors were encountered: