git diff(1) master...my-branch --name-only -- %22*.ts%22 %22*.tsx%22 %22*.js%22 %22*.jsx%22
Show changes between commits, commit and working tree, etc
Show changes between the working tree and the index or a tree, changes between the index and a tree,
changes between two trees, or changes between two files on disk.
--name-only
    Show only names of changed files.
source manpages: git-diff