Skip to content

Generate TypeScript blueprints instead of JavaScript #32217

@mshima

Description

@mshima
Overview of the feature request

Currently, blueprint generation outputs files in JavaScript (.js).

I propose to update the blueprint generation mechanism to generate TypeScript (.ts) files by default, instead of JavaScript.

  • Newly generated blueprints use .ts files
  • Project configuration (tsconfig, build, linting) is properly set up
  • Generated code follows existing TypeScript conventions used in the project
  • Backward compatibility is considered (e.g. migration path or opt-out if needed)
Motivation for or Use Case
Related issues or PR
  • Checking this box is mandatory (this is just to show you read everything)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions