TypeSharpv0.2.0
HomeDocsSponsors
2
// docs
OverviewGetting StartedInstallationConfigurationsType MappingsEnumsInheritanceGenericsRecordsNullable TypesCLI Reference
// resources
ChangelogContributingBlog
View on GitHub
// docs / documentation

TypeSharp Docs

Everything you need to install, configure, and integrate TypeSharp into your ASP.NET Core + Nuxt workflow.

Getting Started

Install TypeSharp and generate your first TypeScript file in under 2 minutes.

CLI Reference

Full reference for all TypeSharp commands and flags.

Type Mappings

How C# primitives, collections, and generics map to TypeScript.

Enums

Convert C# enums to TypeScript const enums or string union types.

Inheritance

Class hierarchies resolved to TypeScript extends.

Nullable Types

Nullable value and reference type handling.