Created
May 7, 2020 14:29
-
-
Save GrandSchtroumpf/367cd7f60c7eb3dc7af6f9326ab5dcf9 to your computer and use it in GitHub Desktop.
Markdium-VSCode extension inside a nx workspace
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": "2.0.0", | |
"tasks": [{ | |
"type": "npm", | |
"script": "watch", | |
"problemMatcher": "$tsc-watch", | |
"isBackground": true, | |
"presentation": { | |
"reveal": "never" | |
}, | |
"group": { | |
"kind": "build", | |
"isDefault": true | |
} | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment