Files
vat-api.eu/node_modules/@dxup/unimport
2026-02-13 22:02:30 +01:00
..
2026-02-13 22:02:30 +01:00
2026-02-13 22:02:30 +01:00
2026-02-13 22:02:30 +01:00
2026-02-13 22:02:30 +01: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" }
    ]
  }
}