Project-Pandora-Game / pandora

https://project-pandora.com
Other
11 stars 2 forks source link

[DEV] Make use of TypeScript project references and ESLint project service #826

Closed Jomshir98 closed 3 months ago

Jomshir98 commented 3 months ago

References

None

About The Pull Request

Adds support for TS project references and ESLint project service, which should give muuuch better development experience if pandora-common build is not up-to-date or not built at all.

Changelog

Authored by: Clare & Claudia

Technical changes:
- Improved tooling related to development: You should no longer see weird errors when you do changes in `pandora-common`, after starting the build for the first time, or when adding a new file.

Checklist