typescript-bundle icon indicating copy to clipboard operation
typescript-bundle copied to clipboard

wish: If available, make tsc-bundle call project-local node_modules/.bin/tsc

Open nahuel opened this issue 5 years ago • 1 comments

tsc-bundle seems to always call the global tsc executable, it will be nice to make it use the project local node_modules/.bin/tsc if available, as many projects wants to use an specific typescript version.

nahuel avatar Sep 07 '19 13:09 nahuel

I just ran into this too

tomholub avatar Feb 04 '20 20:02 tomholub