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: docusaurus/docs/adding-typescript.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,9 @@ Type errors will show up in the same console as the build one.
19
19
20
20
To learn more about TypeScript, check out [its documentation](https://www.typescriptlang.org/).
21
21
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.
23
24
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