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

Commit ec9d49f

Browse files
authored
Suggest a different default for speed reasons (facebook#5959)
Advanced users can opt into this behavior, but it's generally outside the users' control to fix and comes with performance concerns
1 parent 2ce4082 commit ec9d49f

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
@@ -95,7 +95,7 @@ function verifyTypeScriptSetup() {
9595
},
9696
lib: { suggested: ['dom', 'dom.iterable', 'esnext'] },
9797
allowJs: { suggested: true },
98-
skipLibCheck: { suggested: false },
98+
skipLibCheck: { suggested: true },
9999
esModuleInterop: { suggested: true },
100100
allowSyntheticDefaultImports: { suggested: true },
101101
strict: { suggested: true },

0 commit comments

Comments
 (0)