Skip to content

Commit 6dc3d56

Browse files
authored
fix(clients): emitDeclarationOnly in tsconfig.types.json (#2893)
1 parent 6dd0af8 commit 6dc3d56

File tree

283 files changed

+566
-283
lines changed

Some content is hidden

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

283 files changed

+566
-283
lines changed

clients/client-accessanalyzer/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"declaration": true,
6-
"declarationDir": "dist-types"
6+
"declarationDir": "dist-types",
7+
"emitDeclarationOnly": true
78
},
89
"exclude": ["test/**/*", "dist-types/**/*"]
910
}

clients/client-account/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"declaration": true,
6-
"declarationDir": "dist-types"
6+
"declarationDir": "dist-types",
7+
"emitDeclarationOnly": true
78
},
89
"exclude": ["test/**/*", "dist-types/**/*"]
910
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"declaration": true,
6-
"declarationDir": "dist-types"
6+
"declarationDir": "dist-types",
7+
"emitDeclarationOnly": true
78
},
89
"exclude": ["test/**/*", "dist-types/**/*"]
910
}

clients/client-acm/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"declaration": true,
6-
"declarationDir": "dist-types"
6+
"declarationDir": "dist-types",
7+
"emitDeclarationOnly": true
78
},
89
"exclude": ["test/**/*", "dist-types/**/*"]
910
}

clients/client-alexa-for-business/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"declaration": true,
6-
"declarationDir": "dist-types"
6+
"declarationDir": "dist-types",
7+
"emitDeclarationOnly": true
78
},
89
"exclude": ["test/**/*", "dist-types/**/*"]
910
}

clients/client-amp/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"declaration": true,
6-
"declarationDir": "dist-types"
6+
"declarationDir": "dist-types",
7+
"emitDeclarationOnly": true
78
},
89
"exclude": ["test/**/*", "dist-types/**/*"]
910
}

clients/client-amplify/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"declaration": true,
6-
"declarationDir": "dist-types"
6+
"declarationDir": "dist-types",
7+
"emitDeclarationOnly": true
78
},
89
"exclude": ["test/**/*", "dist-types/**/*"]
910
}

clients/client-amplifybackend/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"declaration": true,
6-
"declarationDir": "dist-types"
6+
"declarationDir": "dist-types",
7+
"emitDeclarationOnly": true
78
},
89
"exclude": ["test/**/*", "dist-types/**/*"]
910
}

clients/client-api-gateway/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"declaration": true,
6-
"declarationDir": "dist-types"
6+
"declarationDir": "dist-types",
7+
"emitDeclarationOnly": true
78
},
89
"exclude": ["test/**/*", "dist-types/**/*"]
910
}

clients/client-apigatewaymanagementapi/tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"removeComments": false,
55
"declaration": true,
6-
"declarationDir": "dist-types"
6+
"declarationDir": "dist-types",
7+
"emitDeclarationOnly": true
78
},
89
"exclude": ["test/**/*", "dist-types/**/*"]
910
}

0 commit comments

Comments
 (0)