microsoft/vscode-recipes

tsconfig.json needs new updated version

Open

#182 ouverte le 20 déc. 2018

Voir sur GitHub
 (1 commentaire) (0 réactions) (1 assigné)JavaScript (600 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (5 672 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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" ]

Guide contributeur