Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
fix: add paths to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
osdnk committed Jan 7, 2020
1 parent 32cc49c commit f3be4b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"baseUrl": ".",
"paths": {
"react-navigation": ["react-navigation"],
"react-navigation-stack": ["./src/index"]
"react-navigation-stack": ["./src/index"],
"react-native-gesture-handler": ["react-native-gesture-handler", "example/node_modules/react-native-gesture-handler/react-native-gesture-handler"],
"@react-native-community/masked-view": ["@react-native-community/masked-view"],
"react-native-safe-area-context": ["react-native-safe-area-context"],
"react-native-screens": ["react-native-screens"]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,
Expand Down

0 comments on commit f3be4b9

Please sign in to comment.