I am unable to use `map-transform` in a TypeScript project with the following `import` statement: `import mapTransform from 'map-transform` Error reported is: `Cannot find module 'map-transform' or its corresponding type declarations.ts(2307)`
I am unable to use
map-transformin a TypeScript project with the followingimportstatement:import mapTransform from 'map-transformError reported is:
Cannot find module 'map-transform' or its corresponding type declarations.ts(2307)