Skip to content

Commit c30bbe2

Browse files
committed
update example app tsconfig
1 parent c5721f0 commit c30bbe2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/tsconfig.json

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"baseUrl": ".",
66
"paths": {
77
"react-native-gesture-handler": ["../src/index.ts"],
8+
"react-native-gesture-handler/ReanimatedSwipeable": [
9+
"../src/components/ReanimatedSwipeable.tsx"
10+
],
811
"react-native-gesture-handler/jest-utils": ["../src/jestUtils/index.ts"]
912
}
1013
},

0 commit comments

Comments
 (0)