npm

Typescript – How to solve the problem with unresolved path aliases in transpiled .js files
|

Typescript – How to solve the problem with unresolved path aliases in transpiled .js files

Here is a somehow detailed description of a well know issue related to the fact that the tsc compiler (transpiler) does not resolve/emit correctly the path aliases to the output JavaScript .js files. As a result, when you try to run the output file via node you get an error.
The solution presented here uses a tiny external specialized package and more specifically as a demo it uses the @ef-carbon/tspm.

Use a bash script to automate a Typescript-Node project scaffolding in your Mac
|

Use a bash script to automate a Typescript-Node project scaffolding in your Mac

Even in the case you are a newcomer, sooner or later, you will start boring the routine of repeating, again and again, the same actions.
Here there is a quite simple approach using just a pure bash shell script. No external tools or npm packages. Just a quick, clean and fast solution, especially handy for your very fundamental installations.