Skip to content

Commit 2200989

Browse files
committed
chore: specify tsc path in react-native-builder-bob config
1 parent 2f22299 commit 2200989

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@
136136
[
137137
"typescript",
138138
{
139-
"project": "tsconfig.build.json"
139+
"project": "tsconfig.build.json",
140+
"tsc": "./node_modules/.bin/tsc"
140141
}
141142
]
142143
]

0 commit comments

Comments
 (0)