#typescript
// 6 transmissions tagged with #typescript

TypeScript 6.0 --noEmit cuts build times by 60-80%
TypeScript 6.0's --noEmit flag enables type-only builds, allowing CI pipelines to run type checking in parallel with esbuild or swc, reducing build times by 60-80% while preserving full type safety [Dev.to].

Ash framework adds AshJsonApi, AshGraphQL, AshTypescript
Ash released three extensions—AshJsonApi, AshGraphQL, and AshTypescript—that auto-generate REST, GraphQL, and typed RPC interfaces from Elixir resources, cutting boilerplate by up to 80% [DevTo][AshDocs].

Constantant's openapi-resource-gen trims Angular API bundles
Constantant's openapi-resource-gen, an Nx generator, creates typed InjectionTokens from OpenAPI specs for Angular 22+ projects, enabling file-level tree-shaking [DevTo][GitHub].

HazelJS powers travel planner with TypeScript
HazelJS's open-source travel itinerary planner demonstrates multi-agent orchestration, retrieval-augmented generation, and production-grade resilience features in TypeScript

Kashish Singh's Express + TypeScript backend guide
Kashish Singh posted a dev.to tutorial on building a production-ready Express API using async-handler HOCs, TypeScript declaration merging, and Zod-driven validation [DevTo].

TypeScript 6.0 ships as the last JavaScript-based release
TypeScript 6.0 landed March 23 with strict mode on by default, ESM as default module, and ES5 deprecated. Microsoft has confirmed 6.0 is the final JavaScript-based release before the Go-native 7.0 compiler ships.