We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@types/*
1 parent 0cc37ee commit afd84d1Copy full SHA for afd84d1
src/content/learn/typescript.md
@@ -32,7 +32,7 @@ All [production-grade React frameworks](/learn/start-a-new-react-project#full-st
32
To install the latest version of React's type definitions:
33
34
<TerminalBlock>
35
-npm install @types/react @types/react-dom
+npm install --save-dev @types/react @types/react-dom
36
</TerminalBlock>
37
38
The following compiler options need to be set in your `tsconfig.json`:
0 commit comments