I am trying to import components from react-materialize as -
import {Navbar, NavItem} from \'react-materialize\';
But when the webpack is
try adding to tsconfig.json file: "noImplicitAny": false worked for me
"noImplicitAny": false