Moralis type errors on init

Hello, I’m trying to use the latest version of moralis ^v1 in my typescript vue 3 project. on calling tha moralis.start function i receive a type error attached to this post
using the following init code from docs

import Moralis from "moralis";

Moralis.start({
  serverUrl: "https://...",
  appId: "...",
});

please help, i’m new to moralis, thanks!

Screenshot_20220221_025740

did u solve this? Im having the exact same issues

No i couldn’t, i imported the umd from package (see package GitHub page). I’m using moralis without types.

If you find a solution, it’d be nice if you leave it here.