You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/resources/typescript.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The below steps will help you get up and running with TypeScript in your Greenwo
18
18
19
19
1. You will need to use Node **>= 22.6.0** and set the `--experimental-strip-types` flag
20
20
1. Install TypeScript into your project, e.g. `npm i typescript --save-dev`
21
-
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)
21
+
1. Create a _tsconfig.json_ file at the root of your project with these minimum configuration settings. We also recommend adding the [`erasableSyntaxOnly` setting](https://www.typescriptlang.org/tsconfig/#erasableSyntaxOnly)
22
22
23
23
<!-- prettier-ignore-start -->
24
24
@@ -27,6 +27,7 @@ The below steps will help you get up and running with TypeScript in your Greenwo
0 commit comments