Counter.ts from https://effect.website/docs/state-management/refCounter from another file adds import * as Counter from "./Counter" instead of import { Counter } from './Counter' ? I found this tsc plugin: https://github.com/unsplash/ts-namespace-import-plugin but it requires explicitly listing all modules which should be imported this way, and does't do relative imports (https://github.com/unsplash/ts-namespace-import-plugin/issues/13)