microsoft/vscode-recipes

tsconfig.json needs new updated version

Open

#182 opened on 2018年12月20日

GitHub で見る
 (1 comment) (0 reactions) (1 assignee)JavaScript (600 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (5,672 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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

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