Open
Description
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:
- Go to sandbox sources
- Create
test.module.less
andglobal.less
files. - Use
@/
to importglobal.less
intest.module.less
(there is no issue when using./
to import). - Import
test.module.less
inApp.vue
. - See the variable definition as
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
Metadata
Metadata
Assignees
Labels
No labels