mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-22 20:39:05 +08:00
Fix tsconfig.json lib suggested value (#5701)
This commit is contained in:
@@ -93,7 +93,7 @@ function verifyTypeScriptSetup() {
|
||||
parsedValue: ts.ScriptTarget.ES5,
|
||||
suggested: 'es5',
|
||||
},
|
||||
lib: ['dom', 'dom.iterable', 'esnext'],
|
||||
lib: { suggested: ['dom', 'dom.iterable', 'esnext'] },
|
||||
allowJs: { suggested: true },
|
||||
skipLibCheck: { suggested: false },
|
||||
esModuleInterop: { suggested: true },
|
||||
|
||||
Reference in New Issue
Block a user