# readme/prefer-typescript

📝 Prefer using TypeScript within a codebase.

<!-- end auto-generated rule header -->

This rule allows you to optionally enforce that all code is written in TypeScript; it does this by ensuring that files have a TypeScript file extension. It unfortunately does not check if the file _actually_ contains TS.
