I have globally installed those libs
npm install -g dts-gen
npm install -g react-paypal-express-checkout
I've tried the following command but it doesn't work...
dts-gen -m react-paypal-express-checkout
I had this error : "Couldn't load module "react-paypal-express-checkout". Please install it globally (npm install -g react-paypal-express-checkout) and try again."
I tried this tutorial to generate types for your library:
https://openbase.io/js/dts-gen
I have globally installed those libs npm install -g dts-gen npm install -g react-paypal-express-checkout
I've tried the following command but it doesn't work...
dts-gen -m react-paypal-express-checkout
I had this error : "Couldn't load module "react-paypal-express-checkout". Please install it globally (npm install -g react-paypal-express-checkout) and try again."
Do you have a solution for Typescript please ?
thanks a lot