Skip to content

Commit b2eec67

Browse files
authored
chore(clients): use 'include' in tsconfig.json (#7266)
1 parent 2e38b4e commit b2eec67

File tree

889 files changed

+889
-1333
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

889 files changed

+889
-1333
lines changed

clients/client-accessanalyzer/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
}

clients/client-accessanalyzer/tsconfig.types.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"declaration": true,
66
"declarationDir": "dist-types",
77
"emitDeclarationOnly": true
8-
},
9-
"exclude": ["test/**/*", "dist-types/**/*"]
8+
}
109
}

clients/client-account/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
}

clients/client-account/tsconfig.types.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"declaration": true,
66
"declarationDir": "dist-types",
77
"emitDeclarationOnly": true
8-
},
9-
"exclude": ["test/**/*", "dist-types/**/*"]
8+
}
109
}

clients/client-acm-pca/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
}

clients/client-acm-pca/tsconfig.types.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"declaration": true,
66
"declarationDir": "dist-types",
77
"emitDeclarationOnly": true
8-
},
9-
"exclude": ["test/**/*", "dist-types/**/*"]
8+
}
109
}

clients/client-acm/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
}

clients/client-acm/tsconfig.types.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
"declaration": true,
66
"declarationDir": "dist-types",
77
"emitDeclarationOnly": true
8-
},
9-
"exclude": ["test/**/*", "dist-types/**/*"]
8+
}
109
}

clients/client-aiops/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
}

clients/client-aiops/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)