Seeking a method to ensure that all team members working on our code base utilize TypeScript for Single File Components. The components are all designed with TypeScript, therefore disabling JavaScript is a viable solution.
I initially considered implementing an ESLint rule for this purpose, but I have been unable to locate one.