getRequestEvent not return the correct type in monorepo
I need a package that shared between apps. I add
solid-js and @solidjs/start as peerDependencies in the package.json of the package. When I do import { getRequestEvent } from "solid-js/web";, it only returns the type from solid-js/web not the declare module in the solid/start. How can I fix this? Thanks.0 Replies