Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/versioned_docs/version-0.60/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ignite new MyTSProject
1. Add TypeScript and the types for React Native and Jest to your project.

```sh
yarn add typescript @types/jest @types/react @types/react-native @types/react-test-renderer
Comment thread
Usamaliaquat123 marked this conversation as resolved.
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
```
Expand Down Expand Up @@ -162,7 +162,7 @@ You can explore the syntax more in the [TypeScript playground][tsplay].

- [TypeScript Handbook][ts-handbook]
- [React's documentation on TypeScript][react-ts]
- [React + TypeScript Cheatsheets][cheat] has a good overview on how to use React with TypeScript
- [React + TypeScript Cheatsheets][cheats] has a good overview on how to use React with TypeScript
Comment thread
Usamaliaquat123 marked this conversation as resolved.

## Using Custom Path Aliases with TypeScript

Expand Down