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

@@ -15,12 +15,18 @@
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"paths": {
"@feathersjs/authentication-jwt": ["feathersjs__authentication-jwt"],
"@feathersjs/feathers": ["feathersjs__feathers"]
"@feathersjs/authentication-jwt": [
"feathersjs__authentication-jwt"
],
"@feathersjs/feathers": [
"feathersjs__feathers"
]
}
},
"files": [
"index.d.ts", "feathersjs__authentication-jwt-tests.ts"
"index.d.ts",
"feathersjs__authentication-jwt-tests.ts"
]
}
}