Skip to content

Commit 3808b59

Browse files
committed
chore: update snapshot
1 parent 21a6c92 commit 3808b59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dts.snapshot.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
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",
@@ -67,6 +63,10 @@
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",

0 commit comments

Comments
 (0)