Skip to content

feat(typescript generator): added typescript generation by default#32939

Open
Akash-Kumar-Sinha wants to merge 1 commit into
jhipster:mainfrom
Akash-Kumar-Sinha:generate-typescript-blueprints
Open

feat(typescript generator): added typescript generation by default#32939
Akash-Kumar-Sinha wants to merge 1 commit into
jhipster:mainfrom
Akash-Kumar-Sinha:generate-typescript-blueprints

Conversation

@Akash-Kumar-Sinha

Copy link
Copy Markdown

Update blueprint generation to use TypeScript (.ts) by default

Fix #32217

Currently, blueprint generation outputs files in JavaScript (.js).
This PR updates the blueprint generation mechanism to generate TypeScript (.ts) files by default.

Changes

  • 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 (migration path or opt-out if needed)

Please make sure the below checklist is followed for Pull Requests.

  • All continuous integration tests are green
  • Tests are added where necessary
  • The JDL part is updated if necessary
  • jhipster-online is updated if necessary
  • Documentation is added/updated where necessary
  • Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed
  • Checking this box is mandatory (this is just to show you read everything)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generate TypeScript blueprints instead of JavaScript

1 participant