tsc-alias
tsc-alias copied to clipboard
[bug] Incorrect parsing path
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:
should be path:
My current approach is to build the type files to their respective source file locations.