You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using path aliases (e.g., @/xxxx) within declare module statements, the dts does not resolve these aliases to their relative paths (e.g., ../../xxxx). Instead, the original alias path is retained in the generated declaration files (.d.ts).
Describe the bug
When using path aliases (e.g., @/xxxx) within declare module statements, the dts does not resolve these aliases to their relative paths (e.g., ../../xxxx). Instead, the original alias path is retained in the generated declaration files (.d.ts).
Reproduction
https://stackblitz.com/edit/vitejs-vite-lacghvwp?file=src%2Fcounter.ts
Steps to reproduce
No response
System Info
Validations
The text was updated successfully, but these errors were encountered: