I encountered an error that says:
**Build:Class 'Subject<T>' incorrectly extends base class 'Observable<T>** .
I have TypeScript 2.4.1 installed and obtained angular quick starter files from the GitHub repository angular quick starter files. I then copied the src folder, bs-config.json, package.json, tslint.json files to my project (an empty template project in ASP.NET MVC). Upon rebuilding the project, this error occurred. Any suggestions on how to resolve it?