microsoft/vscode-recipes

tsconfig.json needs new updated version

Open

#182 创建于 2018年12月20日

在 GitHub 查看
 (1 评论) (0 反应) (1 负责人)JavaScript (5,672 star) (600 fork)batch import
enhancementhelp wanted

描述

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

贡献者指南

tsconfig.json needs new updated version · microsoft/vscode-recipes#182 | Good First Issue