Skip to content

Commit

Permalink
tidying changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ychi committed Jul 14, 2020
1 parent bd7125a commit 96fccc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/jest-transform/tsconfig.json
@@ -1,13 +1,13 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "build",
"rootDir": "src",
"rootDir": "src",
"outDir": "build",
},
"references": [
{"path": "../jest-haste-map"},
{"path": "../jest-regex-util"},
{"path": "../jest-types"},
{"path": "../jest-util"}
],
]
}

0 comments on commit 96fccc4

Please sign in to comment.