Turns out this can be done via:
"typedef": [
true,
"call-signature",
"property-declaration"
]
More info: https://palantir.github.io/tslint/rules/typedef/
Turns out this can be done via:
"typedef": [
true,
"call-signature",
"property-declaration"
]
More info: https://palantir.github.io/tslint/rules/typedef/