Strapi recently made available a version that enables typescript development. Finally, we have type safety in the CMS that we all love. You can read about it here.
Run yarn build or npm run build to build the plugin. Every time we make a modification to our plugin, we run this command.
When develop plugin in TypeScript, do I really need to rebuild plugin on every modification, or launching Strapi in development mode does it automatically for me?