TypeScript - TS2403 Subsequent variable declarations must have the same type. Variable 'module' must be of type 'NodeModule'
Got a TypeScript error when trying to get my Angular app up and running:
Error TS2403 Subsequent variable declarations must have the same type. Variable 'module' must be of type 'NodeModule', but here has type '{ id: string; }'. TypeScript Virtual Projects C:\projects\MyAngularClient\src\typings.d.ts 2 Active
To fix it, I had to comment out the module declaration typings.d.ts: