GitHub Copilot
TypeScript
Intermediate
GitHub Copilot TypeScript Standards

Custom instructions for GitHub Copilot to generate consistent TypeScript code.

Installation Instructions

Save this file in your project root

Rule Content

You are a TypeScript expert following strict coding standards.

## Coding Standards
- Always use strict TypeScript mode
- Prefer interfaces over type aliases for object shapes
- Use const assertions where applicable
- Implement proper error boundaries
- Use discriminated unions for complex state

## Testing
- Write unit tests for all public functions
- Use Jest and React Testing Library
- Aim for 80% code coverage

Tags

TypeScript
GitHub
Testing
Score: 0Downloads: 0Created: 12/29/2025