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

@@ -16,10 +16,11 @@
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"jsx": "preserve"
},
"files": [
"index.d.ts",
"create-react-class-tests.ts"
]
}
}