diff --git a/docs/next/typescript.html b/docs/next/typescript.html index 8d8a49423a4..4426366caf2 100644 --- a/docs/next/typescript.html +++ b/docs/next/typescript.html @@ -85,7 +85,7 @@ ignite new MyTSProject
  1. Add TypeScript and the types for React Native and Jest to your project.
-
yarn add typescript @types/jest @types/react @types/react-native @types/react-test-renderer
+
yarn add --dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
 # or for npm
 npm install --save-dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
 
diff --git a/docs/next/typescript/index.html b/docs/next/typescript/index.html index 8d8a49423a4..4426366caf2 100644 --- a/docs/next/typescript/index.html +++ b/docs/next/typescript/index.html @@ -85,7 +85,7 @@ ignite new MyTSProject
  1. Add TypeScript and the types for React Native and Jest to your project.
-
yarn add typescript @types/jest @types/react @types/react-native @types/react-test-renderer
+
yarn add --dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer
 # or for npm
 npm install --save-dev typescript @types/jest @types/react @types/react-native @types/react-test-renderer