Skip to content

Commit 1bb0d81

Browse files
committed
chore: remove repo-scripts from build
1 parent 50c31b1 commit 1bb0d81

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tsconfig.build.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"extends": "./tsconfig.json",
3-
"exclude": [
4-
"test/*.spec.ts",
5-
]
6-
}
2+
"extends": "./tsconfig.json",
3+
"exclude": ["test/*.spec.ts", "repo-scripts/*"]
4+
}

0 commit comments

Comments
 (0)