问题内容:
在ts工程中方法没有返回值提示“Missing return type on function”

解决方法:
在.eslintrc.js文件里添加规则禁用

: {
"@typescript-eslint/explicit-module-boundary-types": "off"
}