Suggest a different default for speed reasons (#5959)

Advanced users can opt into this behavior, but it's generally outside the users' control to fix and comes with performance concerns
This commit is contained in:
Joe Haddad
2018-12-04 10:58:48 -05:00
committed by GitHub
parent 88f2b0bcfc
commit c50a7ea7de

View File

@@ -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 },