Skip to content

Commit cf3195b

Browse files
committed
fix(client-sts): fix compile error
1 parent 95585d2 commit cf3195b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-sts/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
}

0 commit comments

Comments
 (0)