Skip to content

Commit c061234

Browse files
committed
Fix ng serve to identify local project module
1 parent 09fc3a4 commit c061234

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
],
1919
"paths": {
2020
"@ecodev/fab-speed-dial": [
21-
"dist/fab-speed-dial"
21+
"projects/fab-speed-dial/src/public_api"
22+
],
23+
"@ecodev/fab-speed-dial/*": [
24+
"dist/fab-speed-dial/*"
2225
]
2326
}
2427
}

0 commit comments

Comments
 (0)