Open hbroer opened 2 months ago
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.
moduleResolution
bundler
import("@owja/ioc/dist/ioc/types").MaybeToken
import("@owja/ioc").MaybeToken
Solution: Export MaybeToken from index
if a lib exports inject/resolve/wire and sets
moduleResolution
tobundler
the type of MaybeToken kan not be found because it is declared asimport("@owja/ioc/dist/ioc/types").MaybeToken
and notimport("@owja/ioc").MaybeToken
.Solution: Export MaybeToken from index