Enable "esModuleInterop" in all tsconfigs (#23354)

This commit is contained in:
Andy
2018-02-05 11:01:56 -08:00
committed by GitHub
parent 4bf37b6049
commit bef4d2b27d
4219 changed files with 9602 additions and 5107 deletions

View File

@@ -14,7 +14,8 @@
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true
},
"files": [
"index.d.ts",