I have definition files generated by tsc. I'm trying to use tsc-alias remap paths in the exported types to relative paths, because otherwise other projects have no idea what those paths mean.
However, tsc-alias does nothing.
npx tsc-alias does nothing
npx tsc-alias -p tsconfig.json does nothing.
I tried changing settings in package.json, and I set verbose to true and silent to false, and STILL, I would have expected some kind of log message, but this package does absolutely nothing. No output, no errors, no status, nothing.
I have definition files generated by
tsc. I'm trying to usetsc-aliasremap paths in the exported types to relative paths, because otherwise other projects have no idea what those paths mean.However,
tsc-aliasdoes nothing.npx tsc-aliasdoes nothingnpx tsc-alias -p tsconfig.jsondoes nothing.I tried changing settings in package.json, and I set verbose to true and silent to false, and STILL, I would have expected some kind of log message, but this package does absolutely nothing. No output, no errors, no status, nothing.