From cf3195bee70e3f0abd76d64e92476f1dc728e3cd Mon Sep 17 00:00:00 2001 From: George Fu Date: Wed, 23 Oct 2024 18:23:49 +0000 Subject: [PATCH] fix(client-sts): fix compile error --- clients/client-sts/tsconfig.types.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/client-sts/tsconfig.types.json b/clients/client-sts/tsconfig.types.json index 4c3dfa7b3d25..8b7606a2c091 100644 --- a/clients/client-sts/tsconfig.types.json +++ b/clients/client-sts/tsconfig.types.json @@ -6,5 +6,5 @@ "declarationDir": "dist-types", "emitDeclarationOnly": true }, - "exclude": ["test/**/*", "dist-types/**/*"] + "exclude": ["test/**/*", "dist-types/**/*", "vitest.*.ts"] }