Created
February 6, 2018 09:44
-
-
Save danreeves/85c23e58193e1d1edc9dba0bb8485098 to your computer and use it in GitHub Desktop.
Compiling a js project with tsc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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