Skip to content

Commit

Permalink
Fix ng serve to identify local project module
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaptista committed Jul 7, 2018
1 parent 09fc3a4 commit c061234
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 @@ -18,7 +18,10 @@
],
"paths": {
"@ecodev/fab-speed-dial": [
"dist/fab-speed-dial"
"projects/fab-speed-dial/src/public_api"
],
"@ecodev/fab-speed-dial/*": [
"dist/fab-speed-dial/*"
]
}
}
Expand Down

0 comments on commit c061234

Please sign in to comment.