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
if a lib exports inject/resolve/wire and sets
moduleResolutiontobundlerthe type of MaybeToken kan not be found because it is declared asimport("@owja/ioc/dist/ioc/types").MaybeTokenand notimport("@owja/ioc").MaybeToken.Solution: Export MaybeToken from index