pnpm install
pnpm build:types
➜ cleye-repro pnpm build:types
> [email protected] build:types /Users/jgoux/Documents/code/cleye-repro
> tsc --emitDeclarationOnly --declaration --declarationMap
index.ts:3:14 - error TS4023: Exported variable 'projectCreateCommand' has or is using name 'Renderers' from external module "/Users/jgoux/Documents/code/cleye-repro/node_modules/.pnpm/[email protected]/node_modules/cleye/dist/index" but cannot be named.
3 export const projectCreateCommand = command(
~~~~~~~~~~~~~~~~~~~~
index.ts:3:14 - error TS4023: Exported variable 'projectCreateCommand' has or is using name 'parsedType' from external module "/Users/jgoux/Documents/code/cleye-repro/node_modules/.pnpm/[email protected]/node_modules/cleye/dist/index" but cannot be named.
3 export const projectCreateCommand = command(
~~~~~~~~~~~~~~~~~~~~
Found 2 errors in the same file, starting at: index.ts:3