microsoft/vscode-recipes
Ver no GitHubtsconfig.json needs new updated version
Open
#182 aberto em 20 de dez. de 2018
enhancementhelp wanted
Métricas do repositório
- Stars
- (5.672 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
The tsconfig file format is now recommended to be 2.0.0 and with it come new rules for the file format. I have this content working for me for the task definition: "label": "tsc-watch", "isBackground": true, "type": "typescript", tsconfig": "src/tsconfig.json", "option": "watch", "problemMatcher": [ "$tsc-watch" ]