Skip to content

Commit b6e4cc7

Browse files
committed
Add note about react-scripts version
1 parent b8c180d commit b6e4cc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docusaurus/docs/adding-typescript.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ id: adding-typescript
33
title: Adding TypeScript
44
---
55

6+
> Note: this feature is available with `[email protected]` and higher.
7+
68
[TypeScript](https://www.typescriptlang.org/) is a typed superset of JavaScript that compiles to plain JavaScript.
79

810
To add [TypeScript](https://www.typescriptlang.org/) to a Create React App project, first install it:

0 commit comments

Comments
 (0)