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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ The below steps will help you get up and running with TypeScript in your Greenwo
21
21
1. Create a _tsconfig.json_ file at the root of your project with the below minimum configuration settings.
22
22
1. We also recommend additional configurations like [`verbatimModuleSyntax`](https://www.typescriptlang.org/tsconfig/#verbatimModuleSyntax) and [`erasableSyntaxOnly` setting](https://www.typescriptlang.org/tsconfig/#erasableSyntaxOnly)
@@ -45,9 +45,9 @@ The below steps will help you get up and running with TypeScript in your Greenwo
45
45
}
46
46
```
47
47
48
-
</app-ctc-block>
48
+
</app-ctc-block>
49
49
50
-
<!-- prettier-ignore-end -->
50
+
<!-- prettier-ignore-end -->
51
51
52
52
> _If you're feeling adventurous, you can use **>=23.x** and omit the `--experimental-strip-types` flag_. Keep an eye on [this PR](https://github.com/nodejs/node/pull/57298) for when unflagged type-stripping support may come to Node LTS **22.x**. 👀
0 commit comments