Skip to content

Commit

Permalink
fix(typescript): add * path mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Dec 12, 2017
1 parent 68c6d0f commit 2634a49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"test/integration-test"
],
"scripts": {
"clean": "lerna run clean",
"publish": "lerna publish --conventional-commits",
"publish:beta": "lerna publish --conventional-commits --npm-tag=next",
"bootstrap": "lerna bootstrap",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"paths": {
"@textlint/*": [
"./packages/@textlint/*/src"
],
"*": [
"./packages/*/src"
]
},
"outDir": "SHOULD_BE_OVERWRITE",
Expand Down

0 comments on commit 2634a49

Please sign in to comment.