Skip to content

Commit f0727c7

Browse files
committed
chore(aws-util-test): exclude spec files from types build
1 parent ab952cb commit f0727c7

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)