Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5952a81

Browse files
author
Chad Hedgcock
committed
include dist, fix bingmaps mapping
1 parent 339f078 commit 5952a81

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.angulardoc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"repoId": "2a3defeb-a2f7-472f-99c3-1fcae067ac6a",
3+
"lastSync": 0
4+
}

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ npm-debug.log
55
# angular aot files
66
aot
77

8-
# distribution
9-
dist
10-
118
# OS generated files
129
Thumbs.db
1310
.DS_Store

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
"experimentalDecorators": true,
88
"allowJs": true,
99
"sourceMap": true,
10-
"declaration": true,
1110
"outDir": "dist",
1211
"skipDefaultLibCheck": true,
1312
"lib": ["es6", "dom"],
1413
"types": ["node"]
1514
},
1615
"files": [
17-
"node_modules/bingmaps/scripts/MicrosoftMaps/Microsoft.Maps.All.d.ts",
16+
"node_modules/bingmaps/types/MicrosoftMaps/Microsoft.Maps.All.d.ts",
1817
"index.ts"
1918
],
2019
"exclude": [

0 commit comments

Comments
 (0)