Is there a way to export nested types in typescript without using submodules (e.g. import "my-package/a")?
import "my-package/a"
Like this: