* fix: allow components for world.add in typescript
* fix: add overload for world.entity
* build: downgrade deps to v0.6.0
* fix: world.entity accepts entity instead of number
* fix: allow union undefined union to be passed in .add
* init bug / feat templates
* capital J for style
* PR templates
* Combine templates because github be like that
* Out with the old
* package and package lock files
* Deploy docs workflow
* Absolutely massive commit (docs)
* Delete cache and add to gitignore
* Goodbye cache
* Add package.json, tsconfig.json, and change gitignore
* Typescript Types
* Make World a single class, refactor of all query types
* Fix InferComponents types due to typo / misunderstanding
* Bump dependencies
* Fix get type to include undefined and add documentation
* Remove non-user facing types
* Rename PossiblyUndefinedPack -> Nullable
* Some changes to how EntityIndex is handled
* Consistent formatting
* Remove EntityIndex related type definitions
* Match API
* Doc comments