microsoft/vscode-recipes

tsconfig.json needs new updated version

オープン

#182 opened on 2018/12/20

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (600 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (5,672 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド