Skip to content

Commit f6a3678

Browse files
committed
Make tsconfig.build.json fail consumer test
1 parent 2f0bbee commit f6a3678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
// See also:
99
// - https://github.com/primer/react/issues/1163
1010
// - https://github.com/primer/react/issues/1849
11-
"exclude": ["**/*.stories.tsx", "script/**/*.ts", "src/__tests__/", "src/utils/test-*.tsx", "src/utils/testing.tsx"]
11+
"exclude": ["**/*.stories.tsx", "script/**/*.ts"]
1212
}

0 commit comments

Comments
 (0)