We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d369d18 commit 5bec132Copy full SHA for 5bec132
packages/react-native-builder-bob/src/schema.ts
@@ -5,7 +5,7 @@ const module = {
5
options: type({
6
esm: type('boolean').default(false),
7
babelrc: type('boolean').default(false),
8
- configFile: type('boolean').default(false),
+ configFile: type('boolean | string').default(false),
9
sourceMaps: type('boolean').default(true),
10
copyFlow: type('boolean').default(false),
11
jsxRuntime: type('"automatic" | "classic"').default('automatic'),
0 commit comments