Skip to content

Commit

Permalink
update example app tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSltun committed Jan 27, 2025
1 parent c5721f0 commit c30bbe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"baseUrl": ".",
"paths": {
"react-native-gesture-handler": ["../src/index.ts"],
"react-native-gesture-handler/ReanimatedSwipeable": [
"../src/components/ReanimatedSwipeable.tsx"
],
"react-native-gesture-handler/jest-utils": ["../src/jestUtils/index.ts"]
}
},
Expand Down

0 comments on commit c30bbe2

Please sign in to comment.