We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c180d commit b6e4cc7Copy full SHA for b6e4cc7
docusaurus/docs/adding-typescript.md
@@ -3,6 +3,8 @@ id: adding-typescript
3
title: Adding TypeScript
4
---
5
6
+> Note: this feature is available with `react-scripts@2.1.0` and higher.
7
+
8
[TypeScript](https://www.typescriptlang.org/) is a typed superset of JavaScript that compiles to plain JavaScript.
9
10
To add [TypeScript](https://www.typescriptlang.org/) to a Create React App project, first install it:
0 commit comments