Skip to content

Commit e6c8cc6

Browse files
committed
fix: compilation fixes for clients
1 parent cf3195b commit e6c8cc6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

clients/client-cognito-identity/tsconfig.types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"declarationDir": "dist-types",
77
"emitDeclarationOnly": true
88
},
9-
"exclude": ["test/**/*", "dist-types/**/*"]
9+
"exclude": ["test/**/*", "dist-types/**/*", "vitest.*.ts"]
1010
}

clients/client-kinesis/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+
"exclude": ["test/", "vitest.*.ts"]
1313
}

clients/client-kinesis/tsconfig.types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"declarationDir": "dist-types",
77
"emitDeclarationOnly": true
88
},
9-
"exclude": ["test/**/*", "dist-types/**/*"]
9+
"exclude": ["test/**/*", "dist-types/**/*", "vitest.*.ts"]
1010
}

clients/client-s3/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/", "vitest.*.ts"]
12+
"exclude": ["test/", "vitest.*.ts", "vitest.*.ts"]
1313
}

clients/client-transcribe-streaming/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+
"exclude": ["test/", "vitest.*.ts"]
1313
}

clients/client-transcribe-streaming/tsconfig.types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"declarationDir": "dist-types",
77
"emitDeclarationOnly": true
88
},
9-
"exclude": ["test/**/*", "dist-types/**/*"]
9+
"exclude": ["test/**/*", "dist-types/**/*", "vitest.*.ts"]
1010
}

private/aws-util-test/tsconfig.types.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"declarationDir": "dist-types",
77
"emitDeclarationOnly": true
88
},
9-
"exclude": ["test/**/*", "dist-types/**/*"]
9+
"exclude": ["test/**/*", "dist-types/**/*", "vitest.*.ts"]
1010
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"jsxFragmentFactory": "JSX.Fragment"
2626
},
2727
"include": ["packages/", "lib/"],
28-
"exclude": ["node_modules/", "**/*.spec.ts"]
28+
"exclude": ["node_modules/", "**/*.spec.ts", "vitest.*.ts"]
2929
}

0 commit comments

Comments
 (0)