Skip to content

Commit 5bec132

Browse files
committed
fix: fix schema for configFile option
1 parent d369d18 commit 5bec132

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-builder-bob/src

1 file changed

+1
-1
lines changed

packages/react-native-builder-bob/src/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const module = {
55
options: type({
66
esm: type('boolean').default(false),
77
babelrc: type('boolean').default(false),
8-
configFile: type('boolean').default(false),
8+
configFile: type('boolean | string').default(false),
99
sourceMaps: type('boolean').default(true),
1010
copyFlow: type('boolean').default(false),
1111
jsxRuntime: type('"automatic" | "classic"').default('automatic'),

0 commit comments

Comments
 (0)