I want to run ts-node in the vs code's integrated terminal but I can only do so by specifying the full path. Is there a way to do it like i'm trying to in the screenshot.
For this use you should install ts-node GLOBALLY:
npm install -g typescript
npm install -g ts-node