Skip to content

Commit 5553b46

Browse files
committed
Typescript issues fix
1 parent cf4a963 commit 5553b46

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/commands/check.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import SwaggerParser from "@apidevtools/swagger-parser";
22
import { OpenAPIV3 } from "openapi-types";
3-
import { checkOpenAPIDoc } from "src/generators/checkOpenApiDoc";
3+
import { checkOpenAPIDoc } from "src/generators/checkOpenAPIDoc";
44
import { GenerateOptions } from "src/generators/types/options";
55
import { logInfo, logSuccess } from "src/helpers/cli.helper";
66

src/generators/const/options.const.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { SCHEMA_SUFFIX } from "./zod.const";
44

55
export const DEFAULT_GENERATE_OPTIONS: GenerateOptions = {
66
// Base options
7+
input: "input.yaml",
78
output: "output",
89
splitByTags: true,
910
defaultTag: "Common",

0 commit comments

Comments
 (0)