appuniversum / ember-appuniversum

Ember addon wrapping the appuniversum components.
https://appuniversum.github.io/ember-appuniversum
MIT License
14 stars 11 forks source link

Set up Glint and TypeScript for development #460

Closed Windvis closed 7 months ago

Windvis commented 7 months ago

Add Glint and TypeScript (.gts and .ts) support to the addon, so we can start converting all the code. When everything is converted we can then publish the types.

Windvis commented 7 months ago

I'm going to convert this to a "support gts / ts as a development tool" PR. Converting everything at once takes a long time (especially when also converting and updating the tests), so it would be better to split that off and do it incrementally when we have time. Once everything is converted we can make the types public for consumers.

Edit: Done.