Skip to content

Commit c6f4c5c

Browse files
remove duplicate node callout
1 parent 0d5e97f commit c6f4c5c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/docs/resources/typescript.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Greenwood provides built-in support for TypeScript, either through type-strippin
1616

1717
The below steps will help you get up and running with TypeScript in your Greenwood project. The general recommendation is to use type-stripping during development for faster live reload, and then run TypeScript during CI (e.g. GitHub Actions) to check and enforce all types, e.g. `tsc --project tsconfig.json`.
1818

19-
1. You will need to use Node LTS **>= 22.18.0**
2019
1. Install TypeScript into your project, e.g. `npm i typescript --save-dev`
2120
1. Create a _tsconfig.json_ file at the root of your project with these minimum configuration settings. We recommend adding the [`erasableSyntaxOnly` setting](https://www.typescriptlang.org/tsconfig/#erasableSyntaxOnly)
2221

0 commit comments

Comments
 (0)