Skip to content

Commit 01e4a20

Browse files
committed
Remove test dir from tsconfig include
1 parent 1444353 commit 01e4a20

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
@@ -1,5 +1,5 @@
11
{
2-
"include": ["src/**/*", "test/**/*"],
2+
"include": ["src/**/*"],
33
"compilerOptions": {
44
"module": "esnext",
55
"target": "esnext",

0 commit comments

Comments
 (0)