Skip to content

Commit 143b905

Browse files
committed
Update tsconfig
- Remove glob `tests/**/*` from `include` section.
1 parent 61b5085 commit 143b905

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
@@ -24,5 +24,5 @@
2424
"jsx": "react",
2525
"target": "ES2020"
2626
},
27-
"include": ["src/**/*", "tests/**/*"]
27+
"include": ["src/**/*"]
2828
}

0 commit comments

Comments
 (0)