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
Describe the bug use global path alias @ for sources (defines in tsconfig.json through "baseUrl": "." and "paths": { "@/": ["./src/"] }).
To Reproduce Steps to reproduce the behavior:
test.module.less
global.less
@/
./
App.vue
Expected behavior
Using @/ to import and using ./ to reference in test.module.less should result in the same behavior.
Screenshots
TypeScript version: 5.2.2 Plugin version: 5.1.0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
use global path alias @ for sources (defines in tsconfig.json through "baseUrl": "." and "paths": { "@/": ["./src/"] }).
To Reproduce
Steps to reproduce the behavior:
test.module.less
andglobal.less
files.@/
to importglobal.less
intest.module.less
(there is no issue when using./
to import).test.module.less
inApp.vue
.Expected behavior
Using
@/
to import and using./
to reference intest.module.less
should result in the same behavior.Screenshots
TypeScript version: 5.2.2
Plugin version: 5.1.0
The text was updated successfully, but these errors were encountered: