Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit 8e24948

Browse files
committed
exclude setupTests from tsconfig since it's test specific.
1 parent 6ba6134 commit 8e24948

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-scripts/template/tsconfig.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"scripts",
2424
"acceptance-tests",
2525
"webpack",
26-
"jest"
26+
"jest",
27+
"src/setupTests.ts"
2728
],
2829
"types": [
2930
"typePatches"

0 commit comments

Comments
 (0)