Skip to content

Commit adec7e0

Browse files
authored
Update README.md
1 parent e447dc2 commit adec7e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Add the lualib files to your project. This helper library unlocks additional typ
2121
- Ternary operator
2222
- Functional-style list operations (forEach/map/filter/every/some)
2323
- Includes lua Map<S,T> and Set<T> implementations
24+
Add `require("typescript")` in your code code if you want to use the lualib functionality.
2425

2526
### Transpiling an individual TypeScript file to Lua
2627
To transpile a typescript file to lua, run Compiler.js in node with the path to the file you want to compile, eg:

0 commit comments

Comments
 (0)