Closed
Description
- VSCode Version: 1.11
- OS Version: Ubuntu 16
Steps to Reproduce:
- Checkout the following repo https://github.com/antonkarsten/sample
- Have a look at the tsconfig file is src/tsconfig.app.json (so it is not the tsconfig.json in the root). This is particular to angular-cli (https://cli.angular.io/)
If you look on line 8 in src/app/app.module.ts you can see how I imported the button component. VSCode shows this as an error. - But the project works because of the paths property in the tsconfig.app.json. When you run the project (with the command ng serve) everything is fine.
Maybe Im doing something wrong. Thats possible as well
Anton