Skip to content

Commit

Permalink
build(windows): fix builder-bob failing to find tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Dec 3, 2024
1 parent 4ffa3ae commit 7352c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/react-native-nitro-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"jest": "*",
"react": "*",
"react-native": "*",
"react-native-builder-bob": "^0.33.1"
"react-native-builder-bob": "^0.33.1",
"typescript": "~5.5.4"
},
"peerDependencies": {
"react": "*",
Expand Down Expand Up @@ -115,7 +116,6 @@
[
"typescript",
{
"tsc": "../../node_modules/.bin/tsc",
"project": "tsconfig.build.json"
}
]
Expand Down

0 comments on commit 7352c19

Please sign in to comment.