mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 11:51:10 +08:00
Enable "esModuleInterop" in all tsconfigs (#23354)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user