it-at-m / refarch-templates

All templates for the Reference Architecture of it@M
MIT License
6 stars 4 forks source link

Centralize type declarations for external libraries #84

Open devtobi opened 2 months ago

devtobi commented 2 months ago

Is your feature request related to a problem? Please describe. Libraries that are pure JS based (or don't ship with TS types) need to be explicitily declared for the compiler to be happy. Currently this applies to the itm-appswitcher lib. We should centralize module declarations for all external libs.

Describe the solution you'd like

Describe alternatives you've considered We might even be able to completely remove the file at the current state. However when we need module declarations in the future those should be centralized.

Additional context

devtobi commented 3 days ago

We should finish https://github.com/it-at-m/refarch-templates/issues/333 before doing this issue. Setting it to blocked for now.