A:corefeature-requesthelp wanted
Description
⚠️ Please verify that this feature request has NOT been suggested before.
- I checked and didn't find similar feature request
🏷️ Feature Request Type
Other
🔖 Feature description
What is the feeling for enabling typescript support? JSDoc is fine and good, but nothing beats typescript, it should of course be an opt in instead of converting everything to typescript at once.
I spent some time looking into it and it should be quite easy to enable, some Eslint issues was my main issues.
- I would be willing to spend some more time investigating typescript and creating a PR if people actually want typescript.
EDIT: I see that enabling typescript will be a breaking change as it requires modifications to the current release process and all docker images as they do not use built code, only source code with npm ci for downloading node_modules. So the task is bigger than I thought