Skip to content

Commit

Permalink
fix: use rootDirs and outDir to help oclif config find source commands
Browse files Browse the repository at this point in the history
  • Loading branch information
XVincentX committed Apr 2, 2019
1 parent 43c7357 commit 964b043
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/cli/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"target": "es2017"
"target": "es2017",
"outDir": "lib",
"rootDirs": [
"src"
]
}
}

0 comments on commit 964b043

Please sign in to comment.