Skip to content

Commit 96fccc4

Browse files
committed
tidying changes
1 parent bd7125a commit 96fccc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4-
"outDir": "build",
5-
"rootDir": "src",
4+
"rootDir": "src",
5+
"outDir": "build",
66
},
77
"references": [
88
{"path": "../jest-haste-map"},
99
{"path": "../jest-regex-util"},
1010
{"path": "../jest-types"},
1111
{"path": "../jest-util"}
12-
],
12+
]
1313
}

0 commit comments

Comments
 (0)