microsoft/vscode-recipes

tsconfig.json needs new updated version

Open

#182 geöffnet am 20. Dez. 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)JavaScript (600 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (5.672 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide