Skip to content

Commit

Permalink
fix: 🐛 tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
lenconda committed Sep 6, 2021
1 parent d347839 commit 28bb826
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"compilerOptions": {
"allowJs": true,
"paths": {
"@dollie/*": ["packages/*/src"]
"@dollie/*": ["packages/**/*/src"]
}
},
"exclude": [
"packages/**/*.js"
]
}

0 comments on commit 28bb826

Please sign in to comment.