私はtslintルールを読みました here and while itlookslike the typedef rule 's call-signatureオプションは私が欲しいもので、戻り値の型の欠如について文句を言いません。
call-signature
誰もがクラスメソッドに戻り値の型を強制するルールを知っていますか?
これが判明can次を介して行うことができます:
"typedef": [ true, "call-signature", "property-declaration" ]
詳細: https://palantir.github.io/tslint/rules/typedef/