Skip to content

Commit 1c069f9

Browse files
committed
fix: make logFile optional in config
1 parent 097d0a1 commit 1c069f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-ts/src/types/config.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export interface UserConfig {
195195
/**
196196
* Whether or not error logs should be written to a file or not
197197
* */
198-
logFile: boolean;
198+
logFile?: boolean;
199199
/**
200200
* Regenerate the client when the input file changes? You can alternatively
201201
* pass a numeric value for the interval in ms.

0 commit comments

Comments
 (0)