elearning/Frontend-Learner/node_modules/@dxup/unimport
2026-01-13 10:48:02 +07:00
..
dist Website Structure 2026-01-13 10:48:02 +07:00
LICENSE Website Structure 2026-01-13 10:48:02 +07:00
package.json Website Structure 2026-01-13 10:48:02 +07:00
README.md Website Structure 2026-01-13 10:48:02 +07:00

@dxup/unimport

version downloads 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

  • Go to Definition
  • Go to References
  • Rename Symbol

Installation

pnpm i -D @dxup/unimport

Usage

Add the following to your tsconfig.json:

{
  "compilerOptions": {
    "plugins": [
      { "name": "@dxup/unimport" }
    ]
  }
}