Skip to content

Commit 4a4af2c

Browse files
committed
fix(types): mark as optional
1 parent 75efd5c commit 4a4af2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export interface ModuleOptions {
133133
*
134134
* @default false
135135
*/
136-
experimental: Partial<ExperimentalOptions>
136+
experimental?: Partial<ExperimentalOptions>
137137
/**
138138
* This option falls back to the Tailwind configuration inlined to the PostCSS
139139
* loader, so any configuration changes while the dev server is running will

0 commit comments

Comments
 (0)