mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(types): fix future flags public types (#11221)
This commit is contained in:
parent
dd6396dd39
commit
1c454a9430
|
|
@ -463,8 +463,8 @@ export type Config = Overwrite<
|
|||
future?: Overwrite<
|
||||
DeepPartial<FutureConfig>,
|
||||
{
|
||||
v4?: boolean | FutureV4Config;
|
||||
experimental_faster?: boolean | FasterConfig;
|
||||
v4?: boolean | Partial<FutureV4Config>;
|
||||
experimental_faster?: boolean | Partial<FasterConfig>;
|
||||
}
|
||||
>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue