Closed yamcodes closed 1 year ago
This PR introduces extended alias imports, allowing imports such as:
import users from '@users/users.model';`
instead of:
import users from '@/users/users.model';`
This is something that we use at work and I thought it could be nice for this codebase.
What are your thoughts?
type(scope): description
type: description
bun docs
Description
This PR introduces extended alias imports, allowing imports such as:
instead of:
This is something that we use at work and I thought it could be nice for this codebase.
What are your thoughts?
PR Checklist (Please do not remove)
type(scope): description
ortype: description
formatbun docs
~