Skip to content

Commit

Permalink
fix(example): update tsconfig extension path
Browse files Browse the repository at this point in the history
  • Loading branch information
jspizziri committed Oct 11, 2023
1 parent 875613e commit 4e0e1f0
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
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/react-native/tsconfig.json",
"extends": "./node_modules/@tsconfig/react-native/tsconfig.json",
"compilerOptions": {
"paths": {
"react-native-track-player": [
Expand Down

0 comments on commit 4e0e1f0

Please sign in to comment.