I have added the react-facebook-pixel (https://www.npmjs.com/package/react-facebook-pixel) package but it just won't compile using Forge deployments no matter what. Tried to reset the git and deployment states with no success.
resources/js/Pages/Product.tsx(31,24): error TS2307: Cannot find module 'react-facebook-pixel' or its corresponding type declarations.
import ReactPixel from "react-facebook-pixel";
ReactPixel.track("AddToCart", {
content_ids: [designId],
content_type: "product",
value: 34.99,
currency: "USD",
});