Skip to content

Commit 6a94cc7

Browse files
committed
Adjust notes
1 parent 3496287 commit 6a94cc7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docusaurus/docs/adding-typescript.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Type errors will show up in the same console as the build one.
1919

2020
To learn more about TypeScript, check out [its documentation](https://www.typescriptlang.org/).
2121

22-
> Note: We recommend using [VSCode](https://code.visualstudio.com/) for a better integrated experience.
22+
> **Note:** You are not required to make a [`tsconfig.json` file](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html), one will be made for you.
23+
> You are allowed to edit the generated TypeScript configuration.
2324
24-
> Note: Constant enum and namespaces are not supported.
25+
> **Note:** We recommend using [VSCode](https://code.visualstudio.com/) for a better integrated experience.
26+
27+
> **Note:** Constant enums and namespaces are not supported.

0 commit comments

Comments
 (0)