Here you'll find the launch.json and tasks.json that you can paste into your .vscode folder of your project.
Don't forget to change values specific to your project like url and webRoot in the launch.json and the options.cwd in the tasks.json file.
After adding these files to your project it should suffice to press F5 to start building and debugging your Angular project.
Have fun!