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

Commit 0880881

Browse files
author
nicolaserny
committed
Add missing tsconfig.test.json file
1 parent e1224ed commit 0880881

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: packages/react-scripts/template/tsconfig.test.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"module": "commonjs"
5+
}
6+
}

0 commit comments

Comments
 (0)