Closed
Description
Prior Issues
What is the current behavior?
redux/es/redux.mjs
does not have any associated typings.
Steps to Reproduce
Import redux/es/redux.mjs
in a TypeScript file:
import {createStore} from 'redux/es/redux.mjs';
tsc
reports:
Could not find a declaration file for module 'redux/es/redux.mjs'.
What is the expected behavior?
No error and types are found.
Environment Details
redux@4.1.2
Metadata
Metadata
Assignees
Labels
No labels