Skip to content

Commit 1addb4c

Browse files
fix formatting
1 parent fe88dfa commit 1addb4c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/pages/docs/resources/typescript.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ The below steps will help you get up and running with TypeScript in your Greenwo
2121
1. Create a _tsconfig.json_ file at the root of your project with the below minimum configuration settings.
2222
1. We also recommend additional configurations like [`verbatimModuleSyntax`](https://www.typescriptlang.org/tsconfig/#verbatimModuleSyntax) and [`erasableSyntaxOnly` setting](https://www.typescriptlang.org/tsconfig/#erasableSyntaxOnly)
2323

24-
<!-- prettier-ignore-start -->
24+
<!-- prettier-ignore-start -->
2525

26-
<app-ctc-block variant="snippet" heading="tsconfig.json">
26+
<app-ctc-block variant="snippet" heading="tsconfig.json">
2727

2828
```json5
2929
{
@@ -45,9 +45,9 @@ The below steps will help you get up and running with TypeScript in your Greenwo
4545
}
4646
```
4747

48-
</app-ctc-block>
48+
</app-ctc-block>
4949

50-
<!-- prettier-ignore-end -->
50+
<!-- prettier-ignore-end -->
5151

5252
> _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**. 👀
5353

0 commit comments

Comments
 (0)