Skip to content

Commit

Permalink
fix example typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Oct 17, 2024
1 parent e2ff201 commit a215f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../package/tsconfig",
"compilerOptions": {
"paths": {
"react-native-vision-camera": ["../src/index"]
"react-native-vision-camera": ["../package/src/index"]
}
},
"include": ["src", "index.js"],
Expand Down

0 comments on commit a215f29

Please sign in to comment.