Skip to content

Commit b75ef86

Browse files
committed
fix(a11y-testing-spike): resolve issue with ts + tests in build
1 parent 8dddc06 commit b75ef86

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

1st-gen/tsconfig-all.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
],
1414
"exclude": [
1515
"packages/*/node_modules/**/*.ts",
16-
"tools/*/node_modules/**/*.ts"
16+
"tools/*/node_modules/**/*.ts",
17+
"packages/**/test/*.a11y.spec.ts",
18+
"test/**/*.ts"
1719
],
1820
"references": [
1921
{

0 commit comments

Comments
 (0)