Skip to content

Commit

Permalink
Suggest a different default for speed reasons (#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 88f2b0b commit c50a7ea
Showing 1 changed file with 1 addition and 1 deletion.
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 c50a7ea

Please sign in to comment.