Troubles with @effect/schema + fast-check when type-checking a codebase
Hey, I've been attempting to transform a codebase onto esm and I'm having troubles with @effect/schema + fast-check when type-checking the project. It boils down to comparing
import("<path>", { assert: { "resolution-mode": "import" } }).Random and import("<path>").Random (Types have separate declarations of a private property 'internalRng'). Anyone dealt with something like this? Repro: https://stackblitz.com/edit/stackblitz-starters-cta8w5?file=src%2Findex.ts