Skip to content

Instantly share code, notes, and snippets.

@danreeves
Created February 6, 2018 09:44
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 danreeves/85c23e58193e1d1edc9dba0bb8485098 to your computer and use it in GitHub Desktop.
Save danreeves/85c23e58193e1d1edc9dba0bb8485098 to your computer and use it in GitHub Desktop.
Compiling a js project with tsc
tsc -p jsconfig.json --allowJs --checkJs --outDir ~/Desktop/ts-out | grep -v 'can only be used in a .ts file'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment