typescript-bundle
typescript-bundle copied to clipboard
wish: If available, make tsc-bundle call project-local node_modules/.bin/tsc
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.
I just ran into this too