Fixing TSC Error 4026 with Declaration in TypeScript Config

any idea how to fix the following tsc error, which only manifests when "declaration": true, in tsconfig

Public static property 'layer' of exported class has or is using name 'SecretTypeId' from external module "file:///node_modules/effect/dist/dts/Secret" but cannot be named.(4026)


repro: https://effect.website/play#fded4ddd4fac

do I need to re-export something? thanks!
Was this page helpful?