Skip to content

Commit 7e00f2b

Browse files
committed
fix: exclude output folder from typescript
1 parent af4dbda commit 7e00f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
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"]
3+
"exclude": ["example", "lib"]
44
}

0 commit comments

Comments
 (0)