Trevor Leach
Results
1
comments of
Trevor Leach
I have the same problem. I found the following works for me: ```typescript import { type EventMap } from "typed-emitter"; type TypedEventEmitter = import("typed-emitter").default; ``` The problem seems to be...