ts-transform-json-schema

JSON →
library 2.0.3 ·javascript maintenance
verified Jun 7, 2026

ts-transform-json-schema (v2.0.3) is a TypeScript custom transformer that generates inline JSON Schema from TypeScript interfaces and types at compile time. It replaces type annotations with actual schema objects, eliminating the need for runtime reflection. The library integrates with TTypeScript and supports schema options like additionalProperties. It is maintained sparsely, with the latest version from February 2021. Key differentiators: compile-time transformation vs runtime generators, zero runtime cost, and direct TypeScript type source of truth.