[TypeScript][tslint] JSX elements with no children must be self-closing (jsx-self-close)

子要素のないJSXエレメントは終了タグは使用せずに自身で閉じます。

エラー例

<input>
</input>

解決方法

検証環境

関連ページ