We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1da7d2 commit f005184Copy full SHA for f005184
1 file changed
src/types/entries.ts
@@ -88,13 +88,13 @@ export interface EntryBase {
88
*
89
* @default undefined
90
*/
91
- define?: InputOptions['define']
+ define?: NonNullable<InputOptions['transform']>['define']
92
/**
93
* Specifies Rolldown `inject` options.
94
95
96
97
- inject?: InputOptions['inject']
+ inject?: NonNullable<InputOptions['transform']>['inject']
98
99
* Specifies Rolldown plugins.
100
0 commit comments