[TypeScript][tslint] Properties should be separated by semicolons (semicolon)

プロパティの区切りがセミコロン(;)ではありません。

エラー例

interface FileInfo {
    baseName: string,
    filePath: string,
    isDirectory: boolean,
    isFile: boolean
}

解決方法

検証環境

関連ページ