Skip to content

Commit

Permalink
fix: update generated tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Jun 28, 2023
1 parent a37a86d commit c40dc3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-native-builder-bob/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,14 @@ yargs
noImplicitReturns: true,
noImplicitUseStrict: false,
noStrictGenericChecks: false,
noUncheckedIndexedAccess: true,
noUnusedLocals: true,
noUnusedParameters: true,
resolveJsonModule: true,
skipLibCheck: true,
strict: true,
target: 'esnext',
verbatimModuleSyntax: true,
},
},
null,
Expand Down

0 comments on commit c40dc3b

Please sign in to comment.