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 (5.672 Stars) (600 Forks)batch import
enhancementhelp wanted

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