Error Generating DTS Files for Node App Using Effect-TS
Hi guys! I'm trying to bundle a node app which is using effect-ts and I have some problem generating the dts files (I want to publish this to npm with typescript types), the error I get it the following
error TS4023: Exported variable 'oneOfTheFunctionICreated' has or is using name 'Channel' from external module "/Users/emberist/atom/atom-core/node_modules/.pnpm/[email protected]/node_modules/effect/dist/dts/Cause" but cannot be named.
error TS4023: Exported variable 'oneOfTheFunctionICreated' has or is using name 'Channel' from external module "/Users/emberist/atom/atom-core/node_modules/.pnpm/[email protected]/node_modules/effect/dist/dts/Cause" but cannot be named.