Open KraXen72 opened 10 months ago
I am trying to replicate your issue. The following code causes TypeScript's compiler to complain about the cyclic definition:
export type Banana = {};
declare global {
type Banana = Banana;
}
Can you share a complete example where TypeScript's compiler does not complain (but quick-lint-js does complain)?
i'll see if i can make a minimal working repro in a bit.
i can rename it like i did with the
_VtourInfoDB
, but it's a hassle