Typescript show errors after updating to 5.10.0
.../node_modules/rambda/_ts-toolbelt/src/Any/_api.ts TypeScript error in .../node_modules/rambda/_ts-toolbelt/src/Any/_api.ts(3,9): Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'. TS1205
Project uses CRA (https://github.com/facebook/create-react-app) and isolatedModules flag cannot be disabled.
Typescript show errors after updating to 5.10.0
.../node_modules/rambda/_ts-toolbelt/src/Any/_api.ts TypeScript error in .../node_modules/rambda/_ts-toolbelt/src/Any/_api.ts(3,9): Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'. TS1205Project uses CRA (https://github.com/facebook/create-react-app) and isolatedModules flag cannot be disabled.