From 66704b54b69d8d2498b02d8dcc570d128c0cbfaf Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Fri, 24 Sep 2021 15:08:39 +0000 Subject: [PATCH] chore: remove redundant dot slash from ypedocOptions --- .../software/amazon/smithy/typescript/codegen/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json index b015dfdd282..b16b1612226 100644 --- a/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json +++ b/smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json @@ -28,9 +28,9 @@ "ignoreCompilerErrors": true, "includeDeclarations": true, "stripInternal": true, - "readme": "./README.md", + "readme": "README.md", "mode": "file", - "out": "./docs", + "out": "docs", "theme": "minimal", "plugin": ["@aws-sdk/client-documentation-generator"] }