`import { MyCustomType } from 'types'` fails to resolve unless pointing to the relative path of `types.d.ts`.
import { MyCustomType } from 'types'fails to resolve unless pointing to the relative path oftypes.d.ts.