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,10 +14,13 @@
],
"types": [],
"paths": {
"boom": ["boom/v4"]
"boom": [
"boom/v4"
]
},
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true
},
"files": [
"index.d.ts",
@@ -97,4 +100,4 @@
"test/server/table.ts",
"test/server/version.ts"
]
}
}

View File

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

View File

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

View File

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