I'm working on a project that I have to give to some guys.
The project is in typescript and so they have to run the command tsc to compile.
The problem is when I run this command after doing npm install typescript it seem that the command doesn't exist but if I install with the -g option then it works.
But I really would like the possibility to the futur owner of the project to just have to run npm install without installing dependencies on his computer.
But is it even possible ?
btw I'm on ubuntu 20
Thanks !