I\'m trying to set up a react-admin app in typescript and I can\'t quite figure out how to import react-admin. It gives me the (simple) error saying
\"Could not
if the issue exist after after the .d.ts file creation, use "noImplicitAny": false, in your tsconfig.json
"noImplicitAny": false,