tsoa
tsoa copied to clipboard
GenerateMetadataError: Unknown type: IntrinsicKeyword
Whenever I use Uppercase<T> within my types, this error is generated by tsoa:
Generate routes error.
GenerateMetadataError: Unknown type: IntrinsicKeyword
At: /.../@tsoa/cli/node_modules/typescript/lib/lib.es5.d.ts:1653:1653.
This was caused by 'type Uppercase<S extends string> = intrinsic;'
Any ideas what I could do to get around this?
I use tsoa 6.2.1 with Node.js 18 and TypeScript 5.4.2.
Hello there denizdogan 👋
Thank you for opening your very first issue in this project.
We will try to get back to you as soon as we can.👀
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days
Not stale
Same problem, anyone know how to fix?