Skip to content

Commit

Permalink
Fix missing path specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-gonet committed Dec 28, 2020
1 parent f25dcf4 commit 85ca6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// TODO(TS) Remove after we migrate to TS entirely
"paths": {
"react-native-gesture-handler": ["./react-native-gesture-handler.d.ts"],
"react-native-gesture-handler/Swipeable": ["Swipeable.ts"],
"react-native-gesture-handler/Swipeable": ["./Swipeable.ts"],
"react-native-gesture-handler/DrawerLayout": ["./DrawerLayout.ts"]
},
"esModuleInterop": true,
Expand Down

0 comments on commit 85ca6ed

Please sign in to comment.