Skip to content

Commit 0edd12e

Browse files
authored
chore: use 'include' in tsconfig.json (#1668)
1 parent eb1ab40 commit 0edd12e

File tree

8 files changed

+8
-12
lines changed

8 files changed

+8
-12
lines changed

private/my-local-model/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
}

private/my-local-model/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
}

private/smithy-rpcv2-cbor-schema/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
}

private/smithy-rpcv2-cbor-schema/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
}

private/smithy-rpcv2-cbor/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
}

private/smithy-rpcv2-cbor/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
}

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)