Skip to content

Commit 66c3f3e

Browse files
authored
chore: remove redundant dot slash from typedocOptions (#429)
1 parent 292c3ae commit 66c3f3e

File tree

1 file changed

+2
-2
lines changed
  • smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen

1 file changed

+2
-2
lines changed

smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"ignoreCompilerErrors": true,
2929
"includeDeclarations": true,
3030
"stripInternal": true,
31-
"readme": "./README.md",
31+
"readme": "README.md",
3232
"mode": "file",
33-
"out": "./docs",
33+
"out": "docs",
3434
"theme": "minimal",
3535
"plugin": ["@aws-sdk/client-documentation-generator"]
3636
}

0 commit comments

Comments
 (0)