Skip to content

Commit

Permalink
tidying changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ychi committed Jun 27, 2020
1 parent 7f873f7 commit f28a629
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 f28a629

Please sign in to comment.