microsoft/vscode-recipes

tsconfig.json needs new updated version

Open

#182 aperta il 20 dic 2018

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)JavaScript (600 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (5672 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor