This works in JavaScript, but when I try to compile it with TS, I get the following error...
I want to be able to do the following...
const Auth = asyncComponent(() =>
require.ensure([], require => require("../auth/index").default, "auth_async"),
);
I think I have something wrong in my types.