feat: init
This commit is contained in:
33
node_modules/@dxup/unimport/README.md
generated
vendored
Normal file
33
node_modules/@dxup/unimport/README.md
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# @dxup/unimport
|
||||
|
||||
[](https://www.npmjs.com/package/@dxup/unimport)
|
||||
[](https://www.npmjs.com/package/@dxup/unimport)
|
||||
[](/LICENSE)
|
||||
|
||||
This is a TypeScript plugin that reduces user friction when using navigation features on auto imported variables generated by `unimport`. It aims to make the generated declaration files transparent to users.
|
||||
|
||||
## Features
|
||||
|
||||
- [x] Go to Definition
|
||||
- [x] Go to References
|
||||
- [x] Rename Symbol
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
pnpm i -D @dxup/unimport
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Add the following to your `tsconfig.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"compilerOptions": {
|
||||
"plugins": [
|
||||
{ "name": "@dxup/unimport" }
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user