Currently, I am working on an angular project using Visual Studio Code as my text editor. When attempting to open the project with 'npm start', an error occurred. The specific error message is:
ERROR in node_modules/@angular/material/card/typings/card-module.d.ts(12,55): error TS1183: An implementation cannot be declared in ambient contexts.node_modules/@angular/material/card/typings/card-module.d.ts(20,55): error TS1183: An implementation cannot be declared in ambient contexts.
i 「wdm」: Failed to compile.
Can someone please provide guidance on how to address this issue?