-
-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
now properly linked with parent project
- Loading branch information
Arthur Geron
committed
Nov 13, 2023
1 parent
bd2e42e
commit 12c5226
Showing
4 changed files
with
273 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
{ | ||
"extends": "@tsconfig/react-native/tsconfig.json" | ||
"extends": "@tsconfig/react-native/tsconfig.json", | ||
"compilerOptions": { | ||
"baseUrl": "./", | ||
"paths": { | ||
"react-native-iap": ["../src/index"] | ||
}, | ||
} | ||
} |
Oops, something went wrong.