Ukendio / jecs

A fast, portable Entity Component System for Luau
https://ukendio.github.io/jecs/
MIT License
121 stars 20 forks source link

Add Typescript Types #51

Closed EncodedVenom closed 3 months ago

EncodedVenom commented 3 months ago

Closes #49

Adds typescript types via an index.d.ts file as well as some helper files to streamline the process of publishing this as a package.

Edits the .gitignore file for respective changes as a result of typescript integration.