Allow importing from `node_modules` without having to specify `./node_modules` path
Open
- Dominant language
- Rust
- Stars
- 35.8k
- Forks
- 846
- Avg merge
- 27m
- Merged PRs (30d)
- 3
Description
It would be nice if we could write it like this:
```just
import "@sablier/devkit/just/base.just"
import "@sablier/devkit/just/npm.just"
```
Instead of this:
```just
import "./node_modules/@sablier/devkit/just/base.just"
import "./node_modules/@sablier/devkit/just/npm.just"
```
Contributor guide
Assessment
This issue has not been assessed yet.