When I try to build my solution I receive thousands of messages in the output window in the form D:\VisualJobs\VisualJobs\node_modules\typescript\lib\tsserverlibrary.d.ts(11545,40): error TS1005: Build:'=' expected.
in my tsconfig.json file in my exclude section I have:
"VisualJobs/VisualJobs/node_modules/*"
I have also ensured I have the latest release of typescript installed from the package manager console npm install typescript -g
The project is running fine on one machine. I copied the solution files over to another machine and it's on this machine that it errors. I'm guessing it's an environment issue, but I dont know why. VS2015 is being used on both machines, both have all updates installed and both have same extensions etc as well.
"exclude": ["node_modules"]?node_modules/*"exclude": ["node_modules"]in the project.json ?