ecsyjs / ecsy

Entity Component System for javascript
https://ecsyjs.github.io/ecsy/
MIT License
1.11k stars 115 forks source link

Typescript - Mandatory field is not present on the SystemQueries interface #272

Open scottwestover opened 3 years ago

scottwestover commented 3 years ago

The mandatory does not exist on the SystemQueries interface, which results in the following error if you are using TypeScript and you try to set that field when creating the queries for a System:

Screen Shot 2020-12-20 at 12 53 48 AM