Skip to content

Commit c40dc3b

Browse files
committed
fix: update generated tsconfig
1 parent a37a86d commit c40dc3b

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,12 +180,14 @@ yargs
180180
noImplicitReturns: true,
181181
noImplicitUseStrict: false,
182182
noStrictGenericChecks: false,
183+
noUncheckedIndexedAccess: true,
183184
noUnusedLocals: true,
184185
noUnusedParameters: true,
185186
resolveJsonModule: true,
186187
skipLibCheck: true,
187188
strict: true,
188189
target: 'esnext',
190+
verbatimModuleSyntax: true,
189191
},
190192
},
191193
null,

0 commit comments

Comments
 (0)