When I compile, I get the following compiler error in the RxJS declaration files:
node_modules/rxjs/Subject.d.ts(16,22): error TS2415: Class \'Subject
In tsconfig.json, put it in "compilerOptions" and set it to true.
{ "compilerOptions": true, "compilerOptions": { "noStrictGenericChecks": true } }