microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.31k stars 2.77k forks source link

Bump tasks.json version from 0.10 to 2.00. Add default build task. #32

Closed fpoumian closed 7 years ago

fpoumian commented 7 years ago

I noticed the .vscode/tasks.json file was still using the version 0.1.0 format, so I replaced it with a file that executes the same task using the new 2.0.0 version: https://code.visualstudio.com/docs/editor/tasks#_convert-from-010-to-200

msftclas commented 7 years ago

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request. Thanks, Microsoft Pull Request Bot

bowdenk7 commented 7 years ago

This is great, thanks!