I'm not really sure what's happening here as my project was working correctly but now I'm getting this error.
Error: src/app/shared/icons.module.ts:173:7 - error TS2345: Argument of type 'import("./node_modules/@fortawesome/pro-light-svg-icons/node_modules/@fortawesome/fontawesome-common-types/index").IconDefinition' is not assignable to parameter of type 'import("./node_modules/@fortawesome/fontawesome-common-types/index").IconDefinition'.
Types of property 'iconName' are incompatible.
Type 'import("./node_modules/@fortawesome/pro-light-svg-icons/node_modules/@fortawesome/fontawesome-common-types/index").IconName' is not assignable to type 'import("./new/node_modules/@fortawesome/fontawesome-common-types/index").IconName'.
Type '"acquisitions-incorporated"' is not assignable to type 'IconName'.
173 angleDownLight,
~~~~~~~~~~~~~~
I'm not really sure what's happening here as my project was working correctly but now I'm getting this error.
package.json