Skip to content

Commit bb546e3

Browse files
committed
start with a failing build
1 parent 1ea7a22 commit bb546e3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/components/tsconfig.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
2-
"exclude": [
3-
"node_modules",
4-
"./**/*.test.ts",
5-
"./**/*.test.tsx",
6-
"./**/*.stories.tsx",
7-
"lib/"
8-
],
2+
"exclude": ["node_modules", "lib/"],
93
"compilerOptions": {
104
"module": "commonjs",
115
"target": "ES6",

0 commit comments

Comments
 (0)