We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99e81a commit 99913deCopy full SHA for 99913de
README.md
@@ -14,6 +14,8 @@ To run the transpiler, download all files from [dist](https://github.com/Perryvw
14
- Transpiler.js
15
- TSHelper.js
16
17
+After copying these files to a locaton on your machine, run command `npm link typescript` in the directory the javascript files are in.
18
+
19
### Transpiling an individual TypeScript file to Lua
20
To transpile a typescript file to lua, run Compiler.js in node with the path to the file you want to compile, eg:
21
0 commit comments