Skip to content

Commit dda8999

Browse files
committed
chore: fix missing 2 ts
1 parent 51e500a commit dda8999

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ type Options<
172172
serverSideRender?: boolean | undefined;
173173
outputFileSystem?: OutputFileSystem | undefined;
174174
index?: string | boolean | undefined;
175+
historyApiFallback?: boolean;
175176
};
176177
type API<
177178
RequestInternal extends import("http").IncomingMessage,
@@ -204,6 +205,7 @@ type OutputFileSystem = Compiler["outputFileSystem"] & {
204205
createReadStream?: typeof import("fs").createReadStream;
205206
statSync?: import("fs").StatSyncFn;
206207
lstat?: typeof import("fs").lstat;
208+
existsSync?: typeof import("fs").existsSync;
207209
readFileSync?: typeof import("fs").readFileSync;
208210
};
209211
type Logger = ReturnType<Compiler["getInfrastructureLogger"]>;

0 commit comments

Comments
 (0)