-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Describe the bug
when I use this module, dts will be rewrite, and this make the IDE's "Go to definition" not work.
Expected behavior
the output before use module:
'NuxtWelcome': typeof import("../node_modules/nuxt/dist/app/components/welcome")['default']
the output after use module:
NuxtWelcome: (typeof import('../node_modules/nuxt/dist/app/components/welcome'))['default'];
Reproduction
here's the reproduction
Metadata
Metadata
Assignees
Labels
No labels