Skip to content

Commit a678025

Browse files
authored
fix(aws-protocoltests-*): add emitDeclarationOnly for types (#3213)
1 parent 5187be2 commit a678025

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

Diff for: private/aws-protocoltests-ec2/tsconfig.types.json

+2-1
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
}

Diff for: private/aws-protocoltests-json-10/tsconfig.types.json

+2-1
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
}

Diff for: private/aws-protocoltests-json/tsconfig.types.json

+2-1
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
}

Diff for: private/aws-protocoltests-query/tsconfig.types.json

+2-1
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
}

Diff for: private/aws-protocoltests-restjson/tsconfig.types.json

+2-1
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
}

Diff for: private/aws-protocoltests-restxml/tsconfig.types.json

+2-1
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)