# typescript-guardian > Enforces strict TypeScript practices in Next.js. - Author: asiye duman - Repository: Rojhak/morgenlicht - Version: 20260205213854 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Rojhak/morgenlicht - Web: https://mule.run/skillshub/@@Rojhak/morgenlicht~typescript-guardian:20260205213854 --- --- name: typescript-guardian description: Enforces strict TypeScript practices in Next.js. --- # Instructions - No usage of `any`. Define proper Interfaces or Types. - Use `NextPage` or `Metadata` types from `next` where applicable. - Ensure all component props are explicitly typed. - Use strict mode in tsconfig.json.