MaybeToken type is missing in lib containing resolve/wire/inject
Opened this issue · 0 comments
hbroer commented
if a lib exports inject/resolve/wire and sets moduleResolution
to bundler
the type of MaybeToken kan not be found because it is declared as import("@owja/ioc/dist/ioc/types").MaybeToken
and not import("@owja/ioc").MaybeToken
.
Solution: Export MaybeToken from index