Skip to content

Commit 59d02ff

Browse files
committed
build: exclude test files
1 parent f47ab51 commit 59d02ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tsconfig.build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig.json",
3-
"exclude": [".storybook/**/*.ts", "src/**/*.stories.tsx", "src/**/*.spec.ts"]
3+
"exclude": [".storybook/**/*.ts", "src/**/*.stories.tsx", "src/**/*.spec.tsx"]
44
}

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
},
2323
"include": ["src", ".storybook"],
2424
"references": [{ "path": "./tsconfig.node.json" }],
25-
}
25+
}

0 commit comments

Comments
 (0)