-
Notifications
You must be signed in to change notification settings - Fork 76
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.lessandglobal.lessfiles. - Use
@/to importglobal.lessintest.module.less(there is no issue when using./to import). - Import
test.module.lessinApp.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


