Skip to content

Commit 77d8e4b

Browse files
committed
fix: remove lib from ts build config
1 parent 20b049b commit 77d8e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig",
3-
"exclude": ["example", "lib"]
3+
"exclude": ["example"]
44
}

0 commit comments

Comments
 (0)