Environment
N/a
Reproduction
N/a
Describe the bug
When defu is defined in tsconfig paths, like in nuxt, the Defu type cannot be used. When Defu is imported, it is improperly resolved to a value.
// index.ts
import type { Defu } from 'defu'
// ^? Defu: any
Probably caused by 407b516 changing the types key to lib/defu.d.cts
Additional context
No response
Logs
Environment
N/a
Reproduction
N/a
Describe the bug
When defu is defined in tsconfig paths, like in nuxt, the Defu type cannot be used. When
Defuis imported, it is improperly resolved to a value.Probably caused by 407b516 changing the
typeskey tolib/defu.d.ctsAdditional context
No response
Logs