unbuild
unbuild copied to clipboard
koa2-cors throw error TS2345: Argument of type '{ credentials: true; allowedHeaders: string[]; exposeHeaders: string[]; }' is not assignable to parameter of type 'Options'.
Environment
node: v18.17.1 pnpm: v8.6.11 system: mac
Reproduction
1、github repo
2、pnpm i
3、pnpm build
4、report error
Describe the bug
koa2-cors types definitions
It's type should be correct, I don't know how to throw this error
Additional context
No response
Logs
No response