Skip to content

Commit ca5e28a

Browse files
trivikrsrchase
authored andcommitted
Add exclude for test folder in tsconfig.json (smithy-lang#496)
1 parent efb2668 commit ca5e28a

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"removeComments": true,
88
"resolveJsonModule": true,
99
"rootDir": "src"
10-
}
10+
},
11+
"exclude": ["test/"]
1112
}

0 commit comments

Comments
 (0)