From 6f5f9581eadaac9ce63229a60a45931748a53347 Mon Sep 17 00:00:00 2001 From: Frank Force Date: Thu, 29 Jun 2023 16:00:53 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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