Skip to content

Commit b864105

Browse files
authored
Update README.md
1 parent c3f0a40 commit b864105

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ More detailed documentation and info on writing declarations can be found [on th
3535
}
3636
```
3737

38+
## Declarations
39+
The real power of this transpiler is usage together with good declarations for the Lua API provided. Some examples of Lua interface declarations can be found here:
40+
- [Dota 2 Modding](https://github.com/ModDota/API/tree/master/declarations/server)
41+
3842
## Sublime Text integration
3943
This compiler works great in combination with the [Sublime Text Typescript plugin](https://github.com/Microsoft/TypeScript-Sublime-Plugin) (available through the package manager as `TypeScript`).
4044

0 commit comments

Comments
 (0)