We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd356e5 commit f2eb026Copy full SHA for f2eb026
smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/CodegenVisitor.java
@@ -70,7 +70,6 @@ class CodegenVisitor extends ShapeVisitor.Default<Void> {
70
* A mapping of static resource files to copy over to a new filename.
71
*/
72
private static final Map<String, String> STATIC_FILE_COPIES = MapUtils.of(
73
- "jest.config.js", "jest.config.js",
74
"tsconfig.json", "tsconfig.json",
75
"tsconfig.es.json", "tsconfig.es.json",
76
"tsconfig.types.json", "tsconfig.types.json"
0 commit comments