Skip to content

Commit 22aaa56

Browse files
authored
chore(aws-util-test): exclude spec files from types build (#7084)
1 parent ab952cb commit 22aaa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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/**/*", "vitest.*.ts"]
9+
"exclude": ["test/**/*", "**/*.spec.ts", "dist-types/**/*", "vitest.*.ts"]
1010
}

0 commit comments

Comments
 (0)