Skip to content

Commit 0486ca3

Browse files
authored
Add exclude for test folder in tsconfig.json (#496)
1 parent 08d8796 commit 0486ca3

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)