# typescript-checker > Перевіряє TypeScript код на типові помилки, unsafe any, strict режим та покращення tsconfig. - Author: gpt-engineer-app[bot] - Repository: maxfraieho/sonate-solidsite - Version: 20260128200735 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/maxfraieho/sonate-solidsite - Web: https://mule.run/skillshub/@@maxfraieho/sonate-solidsite~typescript-checker:20260128200735 --- --- name: typescript-checker description: Перевіряє TypeScript код на типові помилки, unsafe any, strict режим та покращення tsconfig. --- # TypeScript Checker Skill Перевіряє: - Використання any та пропонує конкретні типи - Типову безпеку, union/intersection, generics - Null/undefined (strictNullChecks, optional chaining) - Сигнатури функцій, return type, overloads - Advanced типи (mapped, conditional, utility) - tsconfig (strict, noImplicitAny, strictNullChecks) Приклади: - Find and fix all any types in this file - Check this TypeScript project for type safety issues