Typescript to Lua template
This template provides a starting point for compiling modularised typescript to lua using the colony compiler.
To use:
npm install
Then run the gulp default task to build
gulp
The src folder will contain your ts files. The dist folder will contain all lua output.