Skip to content
This repository was archived by the owner on Apr 23, 2019. It is now read-only.

Commit 595102d

Browse files
committed
Enable rebuild of demo when lib changes
As seen in angular/angular-cli#10643 (comment)
1 parent ec992b0 commit 595102d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"paths": {
2020
"@ecodev/natural-search": [
21-
"dist/natural-search"
21+
"projects//natural-search/src/public_api"
2222
],
2323
"@ecodev/natural-search/*": [
2424
"dist/natural-search/*"

0 commit comments

Comments
 (0)