TSMapper – C# to TypeScript Mapper TSMapper is a Visual Studio extension that generates TypeScript models from C# classes and enums with flexible, attribute-based control. Features Generate TypeScript interfaces or classes Supports nullable types, collections, and enums Right-click integration in Solution Explorer (files & folders) Automatic TypeScript imports generation Custom mapping using C# attributes Project-level configuration stored in a .tsmap folder Configuration To customize the generated output (naming, nullability, type mapping, etc.), install the following NuGet package in your C# project: TSMapperConfiguration |