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
+2
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ To learn more about TypeScript, check out [its documentation](https://www.typesc
24
24
> **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.
25
25
> You are allowed to edit the generated TypeScript configuration.
26
26
27
+
> **Note:** If you are currently using [create-react-app-typescript](https://github.com/wmonk/create-react-app-typescript/), see [this blog post](https://vincenttunru.com/migrate-create-react-app-typescript-to-create-react-app/) for instructions on how to migrate to Create React App.
28
+
27
29
> **Note:** We recommend using [VSCode](https://code.visualstudio.com/) for a better integrated experience.
28
30
29
31
> **Note:** Constant enums and namespaces are not supported.
0 commit comments