Skip to content

Commit da33416

Browse files
committed
Don't include ./test in tsconfig.json
1 parent d91d3bd commit da33416

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
@@ -9,5 +9,5 @@
99
"noImplicitReturns": true,
1010
"noFallthroughCasesInSwitch": true
1111
},
12-
"include": ["src/**/*", "test/**/*"]
12+
"include": ["src/**/*"]
1313
}

0 commit comments

Comments
 (0)