redux-auto
redux-auto copied to clipboard
add typescript support in the file selecter
const webpackModules = require.context('./store', true, /\.js$|\.ts$/);
this works for me