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
}

clients/client-apigatewayv2/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-app-mesh/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-appconfig/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-appflow/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-appintegrations/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-application-auto-scaling/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-application-discovery-service/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-application-insights/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-applicationcostprofiler/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-apprunner/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-appstream/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-appsync/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-athena/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-auditmanager/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-auto-scaling-plans/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-auto-scaling/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-backup/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-batch/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-braket/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-budgets/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-chime-sdk-identity/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-chime-sdk-messaging/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-chime/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-cloud9/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-cloudcontrol/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-clouddirectory/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-cloudformation/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-cloudfront/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-cloudhsm-v2/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-cloudhsm/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)