v0.2.0
Home
Docs
Sponsors
2
// docs
Overview
Getting Started
Installation
Configurations
Type Mappings
Enums
Inheritance
Generics
Records
Nullable Types
CLI Reference
// resources
Changelog
Contributing
Blog
View on GitHub
// changelog
Changelog
All notable changes to TypeSharp are documented here.
v1.0.0
stable
Apr 2025
Initial release
C# to TypeScript interface generation
Nullable reference type support
Enum conversion (const enum + union type modes)
Inheritance resolution via extends
Generic collection mapping (List<T>, Dictionary<K,V>)
Custom output path and casing configuration