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

Commit f3095fb

Browse files
ianschmitzTimer
authored andcommitted
Fix tsconfig.json lib suggested value (facebook#5701)
1 parent 5990f5e commit f3095fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/utils/verifyTypeScriptSetup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function verifyTypeScriptSetup() {
9393
parsedValue: ts.ScriptTarget.ES5,
9494
suggested: 'es5',
9595
},
96-
lib: ['dom', 'dom.iterable', 'esnext'],
96+
lib: { suggested: ['dom', 'dom.iterable', 'esnext'] },
9797
allowJs: { suggested: true },
9898
skipLibCheck: { suggested: false },
9999
esModuleInterop: { suggested: true },

0 commit comments

Comments
 (0)