Skip to content

Commit d021c6b

Browse files
committed
chore: update tsconfig exclude patterns
1 parent 8aa491b commit d021c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"jsx": "preserve",
55
"checkJs": true
66
},
7-
"include": ["src"]
7+
"exclude": ["**/dist/**", "**/coverage/**"]
88
}

0 commit comments

Comments
 (0)