hldb / welo

peer-to-peer, collaborative states using Merkle-CRDTs
Other
32 stars 2 forks source link

refactor: remove path aliases from tsconfig #99

Open tabcat opened 1 year ago

tabcat commented 1 year ago

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.

tabcat commented 1 year ago

Another option would be to convert to a monorepo.