A minimal setup for typescript using GodotExplorer's JS bindings without using the editor by default.
- Open a terminal and run
npm i - then run
npm run watch - Open another terminal and run
npm run start - Edit Main.tsx
- Restart
npm run startprocess to see changes.