When installing Angular with a core project I get tons of these errors when starting the app. Tried to rewind the Typescript version but still the same error. Feels like I've tried everything.
Here's a short list of what I'm getting.
ERROR in [at-loader] ./whatUp/node_modules/zone.js/lib/mocha/mocha.ts:73:33
TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
ERROR in [at-loader] ./whatUp/node_modules/zone.js/lib/mocha/mocha.ts:83:33
TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
ERROR in [at-loader] ./whatUp/node_modules/zone.js/lib/mocha/mocha.ts:89:33
TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
ERROR in [at-loader] ./whatUp/node_modules/zone.js/lib/mocha/mocha.ts:99:34
TS2683: 'this' implicitly has type 'any' because it does not have a type annotation.
ERROR in [at-loader] ./whatUp/node_modules/zone.js/lib/mocha/mocha.ts:105:34
TS2683: 'this' implicitly has type 'any' because it does not have a type