File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "config-!~{00m}~.d.mts" : {
3- "defineConfig" : " declare function defineConfig(_: UserConfigExport): UserConfigExport" ,
4- "mergeConfig" : " declare function mergeConfig(_: InlineConfig, _: InlineConfig): InlineConfig" ,
5- "resolveUserConfig" : " declare function resolveUserConfig(_: UserConfig, _: InlineConfig): Promise<ResolvedConfig[]>"
6- },
72 "config.d.mts" : {
3+ "defineConfig" : " declare function defineConfig(_: UserConfigExport): UserConfigExport" ,
84 "#exports" : [
95 " UserConfig" ,
106 " UserConfigExport" ,
6763 " resolveUserConfig"
6864 ]
6965 },
66+ "options-!~{00m}~.d.mts" : {
67+ "mergeConfig" : " declare function mergeConfig(_: InlineConfig, _: InlineConfig): InlineConfig" ,
68+ "resolveUserConfig" : " declare function resolveUserConfig(_: UserConfig, _: InlineConfig): Promise<ResolvedConfig[]>"
69+ },
7070 "plugins.d.mts" : {
7171 "DepPlugin" : " declare function DepPlugin(_: ResolvedConfig): Plugin" ,
7272 "NodeProtocolPlugin" : " declare function NodeProtocolPlugin(_: 'strip' | true): Plugin" ,
You can’t perform that action at this time.
0 commit comments