Skip to content

Commit 8a7297a

Browse files
authored
Update paths for react-native-navigation in tsconfig (#8194)
1 parent 503a925 commit 8a7297a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"types": ["jest", "lodash", "react", "react-native", "react-test-renderer"],
1313
"baseUrl": ".",
1414
"paths": {
15-
"react-native-navigation": ["lib/src/"],
16-
"react-native-navigation/*": ["lib/src/*"]
15+
"react-native-navigation": ["./src/index"],
16+
"react-native-navigation/*": ["./src/*"]
1717
}
1818
},
1919
"include": [

0 commit comments

Comments
 (0)