Jake
Results
22
comments of
Jake
> I suggest adding [`tsc-alias`](https://github.com/justkey007/tsc-alias) to the build process, you can leave the extensions out of the ts files, and just add the `tsc-alias` command after the build command. >...
Hi @arturmuller, the `tsc-alias` plugin removes the need to add `js` extensions in `ts` source files, it adds them for you in both the generated `js` and `d.ts` files. I...