mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-01-12 22:46:30 +08:00
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:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user