Skip to content

Commit 6157164

Browse files
committed
chore: use 'include' in tsconfig.json
1 parent eb1ab40 commit 6157164

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"rootDir": "src",
1010
"useUnknownInCatchVariables": false
1111
},
12-
"exclude": ["test/"]
12+
"include": ["src"]
1313
}

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)