diff --git a/src/content/docs/en/4x/starter/generator.mdx b/src/content/docs/en/4x/starter/generator.mdx index 4f22665f43..6e47c369b4 100644 --- a/src/content/docs/en/4x/starter/generator.mdx +++ b/src/content/docs/en/4x/starter/generator.mdx @@ -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. + +## 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). diff --git a/src/content/docs/en/5x/starter/generator.mdx b/src/content/docs/en/5x/starter/generator.mdx index 4f22665f43..6e47c369b4 100644 --- a/src/content/docs/en/5x/starter/generator.mdx +++ b/src/content/docs/en/5x/starter/generator.mdx @@ -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. + +## 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).