Skip to content

Commit 80ecdd7

Browse files
committed
feat(google-maps): add google-map component
Add @angular/google-maps/google-map path to tsconfig-build.json
1 parent 3e3ee16 commit 80ecdd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/google-maps/tsconfig-build.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
".",
1313
"../../dist/packages/google-maps"
1414
],
15+
"paths": {
16+
"@angular/google-maps/*": ["../../dist/packages/google-maps/*"]
17+
},
1518
"types": [
1619
"googlemaps"
1720
]

0 commit comments

Comments
 (0)