thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
3k stars 208 forks source link

Add support for the typescript compiler command (tsc) #1176

Closed Andexter8 closed 3 days ago

Andexter8 commented 1 week ago

You should add the typescript compiler (tsc) command to allow users to compile typescript into javascript.

Andexter8 commented 3 days ago

nvm, apparently you just have to install typescript GLOBALLY with "npm i typescript -g" to be able to use tsc.