Skip to content

Commit 97d289f

Browse files
authored
Update packages/kit/types/index.d.ts
1 parent 9cbad2d commit 97d289f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export interface Config {
113113
exports?: (filepath: string) => boolean;
114114
files?: (filepath: string) => boolean;
115115
};
116-
preprocess?: SvelteOptions['preprocess'];
116+
preprocess?: any;
117117
[key: string]: any;
118118
}
119119

0 commit comments

Comments
 (0)