`npx -p typescript@5.x -- tsc -p ./jsconfig.json | grep '\.js([0-9]\+,[0-9]\+): error'` `grep` and `grep -E` don't actually recognize `\d`.