welo
welo copied to clipboard
refactor: remove path aliases from tsconfig
After upgrading typescript to v5 the typescript-transform-paths package stopped working. It was used to translate the compilerOptions.paths to relative ones.
I've found a new package, tsc-alias, that supports v5 but it would be better to not use these. Going to fix this soon by going back to relative paths.
Another option would be to convert to a monorepo.