You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current custom application starter kit is available only in JS, would be good to have a TS version of it, as all core libraries as I understand already have declaration files (as was mentioned in #1668)
Thanks for reaching out and for the interest in using TS.
Technically it's already possible to use TS. However, some uikit components are not fully migrated to TS yet, thus missing the type declarations. In this case, you would need to provide the type declarations on your own (you can see an example here https://github.com/commercetools/merchant-center-application-kit/tree/main/%40types).
We will have a starter kit available in TS once all core packages have type declarations, as otherwise it's confusing.
If you want though, you can already start developing the Custom Application using TS, as all the tools have TS support (mc-scripts, babel, eslint, etc.).
Current custom application starter kit is available only in JS, would be good to have a TS version of it, as all core libraries as I understand already have declaration files (as was mentioned in #1668)
current starter kit: https://github.com/commercetools/merchant-center-application-kit/tree/main/application-templates
The text was updated successfully, but these errors were encountered: