Skip to content

Instantly share code, notes, and snippets.

@tatethurston
Created September 18, 2020 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tatethurston/2d244e692f16d504a86033274e06b520 to your computer and use it in GitHub Desktop.
Save tatethurston/2d244e692f16d504a86033274e06b520 to your computer and use it in GitHub Desktop.
Filenames for TypeScript type check failures
tsc --noEmit | grep -o 'src/[^\(]*'
@tatethurston
Copy link
Author

Extract file paths from TypeScript compiler warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment