This project is currently in active development. Features and APIs may change.
TypeScript Helper is a tool that collects and organizes TypeScript error messages. It fetches error data from the official TypeScript repository and creates individual files for each error.
- Collects errors: Gets all 1,300+ TypeScript error messages from Microsoft's repository
- Organizes data: Creates separate JSON files for each error code
- Identifies gaps: Shows which errors need better descriptions and examples
- Provides structure: Makes it easy to find and work with specific errors
- โ Fetches TypeScript error data from official Microsoft repository
- โ Generates individual JSON files for each error (1,300+ files)
- โ Validates error data and identifies content needing enhancement
- โ TypeScript types and error checking
This project is licensed under the MIT license. See the LICENSE file for more info.