Closed Andexter8 closed 3 days ago
You should add the typescript compiler (tsc) command to allow users to compile typescript into javascript.
nvm, apparently you just have to install typescript GLOBALLY with "npm i typescript -g" to be able to use tsc.
You should add the typescript compiler (tsc) command to allow users to compile typescript into javascript.