tsc-alias icon indicating copy to clipboard operation
tsc-alias copied to clipboard

[bug] Incorrect parsing path

Open xiaoxustudio opened this issue 5 months ago • 1 comments

When I output the type files to the unified types folder, the paths of the type files within it still point to the parent folder of types. It locates the position of the source file, rather than the position of the type file (based on the folder location of the types).

error path:

Image

should be path: Image

xiaoxustudio avatar Jul 16 '25 06:07 xiaoxustudio

My current approach is to build the type files to their respective source file locations.

xiaoxustudio avatar Jul 16 '25 06:07 xiaoxustudio