Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/en/4x/starter/generator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,7 @@ The app structure created by the generator is just one of many ways to structure
Feel free to use this structure or modify it to best suit your needs.

</Alert>

## TypeScript

The official `express-generator` outputs a JavaScript skeleton. For a TypeScript scaffold, see community alternatives such as [`express-generator-typescript`](https://github.com/seanpmaxwell/express-generator-typescript).
4 changes: 4 additions & 0 deletions src/content/docs/en/5x/starter/generator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,7 @@ The app structure created by the generator is just one of many ways to structure
Feel free to use this structure or modify it to best suit your needs.

</Alert>

## TypeScript

The official `express-generator` outputs a JavaScript skeleton. For a TypeScript scaffold, see community alternatives such as [`express-generator-typescript`](https://github.com/seanpmaxwell/express-generator-typescript).