Skip to content

Commit cb458e0

Browse files
committed
chore(codegen): remove 'exclude' from tsconfig.types.json
1 parent eb1ab40 commit cb458e0

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
"declarationDir": "dist-types",
77
"emitDeclarationOnly": true,
88
"noCheck": false
9-
},
10-
"exclude": ["test/**/*", "dist-types/**/*"]
9+
}
1110
}

0 commit comments

Comments
 (0)