Add permissive TS lib defaults (#5694)

This commit is contained in:
Joe Haddad
2018-11-02 19:25:56 -04:00
committed by GitHub
parent 8a74ac577a
commit aac14ea579

View File

@@ -93,6 +93,7 @@ function verifyTypeScriptSetup() {
parsedValue: ts.ScriptTarget.ES5,
suggested: 'es5',
},
lib: ['dom', 'dom.iterable', 'esnext'],
allowJs: { suggested: true },
skipLibCheck: { suggested: false },
esModuleInterop: { suggested: true },