Skip to content

Commit aef33a8

Browse files
committed
chore: add tsconfig.types.json in static file copies
1 parent 3d2bdcc commit aef33a8

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/CodegenVisitor.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@ class CodegenVisitor extends ShapeVisitor.Default<Void> {
7070
*/
7171
private static final Map<String, String> STATIC_FILE_COPIES = MapUtils.of(
7272
"jest.config.js", "jest.config.js",
73+
"tsconfig.json", "tsconfig.json",
7374
"tsconfig.es.json", "tsconfig.es.json",
74-
"tsconfig.json", "tsconfig.json"
75+
"tsconfig.types.json", "tsconfig.types.json"
7576
);
7677
private static final ShapeId VALIDATION_EXCEPTION_SHAPE =
7778
ShapeId.fromParts("smithy.framework", "ValidationException");

0 commit comments

Comments
 (0)