Migrate Strapi plugin from JS to TS

System Information
  • strapi version: 4.17.1
  • os: Docker
  • db: MySQL
  • node version: 18

I currently have a plugin with some customizations i needed for strapi. When i started this plugin my project was using JavaScript so i generated the plugin with JavaScript as well. Last week i migrated my project from JavaScript to TypeScript and everything went smooth. However i can’t seem to find any documentation on migrating an existing plugin from JavaScript to TypeScript. Is there any documentation on this and is this even supported?