Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Suggest a different default for speed reasons (facebook#5959)
Browse files Browse the repository at this point in the history
Advanced users can opt into this behavior, but it's generally outside the users' control to fix and comes with performance concerns
  • Loading branch information
Timer authored Dec 4, 2018
1 parent 2ce4082 commit ec9d49f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/verifyTypeScriptSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function verifyTypeScriptSetup() {
},
lib: { suggested: ['dom', 'dom.iterable', 'esnext'] },
allowJs: { suggested: true },
skipLibCheck: { suggested: false },
skipLibCheck: { suggested: true },
esModuleInterop: { suggested: true },
allowSyntheticDefaultImports: { suggested: true },
strict: { suggested: true },
Expand Down

0 comments on commit ec9d49f

Please sign in to comment.