diff --git a/README.md b/README.md index 408ca9db..a21070a4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ LittleJS is a super lightweight JavaScript game engine with a fast hybrid render - Easily build a Windows executable with [Electron](https://www.electronjs.org/) for distribution on platforms like Steam - Open Source with the [MIT license](https://github.com/KilledByAPixel/LittleJS/blob/main/LICENSE) so it can be used for anything you want - Can be imported as a JavaScript module and includes [an example module project](https://killedbyapixel.github.io/LittleJS/examples/module) +- Compatible with TypeScript and includes [an example TS project](https://killedbyapixel.github.io/LittleJS/examples/typescript) ## Builds