You can also import with `import “./other”` to for...
# general
w
You can also import with
import “./other”
to force the module to be imported even if no values are used. This is a somewhat strange TypeScript design choice. See https://github.com/Microsoft/TypeScript/issues/9191#issuecomment-226258610.