Created
August 24, 2017 02:59
-
-
Save wellingtonpgp/ead8ef9971e576b619745656e135eca9 to your computer and use it in GitHub Desktop.
tasks.json tyscript
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
| { | |
| "version": "0.1.0", | |
| "command": "tsc", | |
| "isShellCommand": true, | |
| "args": ["-p", "."], | |
| "showOutput": "always", | |
| "problemMatcher": "$tsc" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment