We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3622b4f commit 54a9dedCopy full SHA for 54a9ded
src/google-maps/tsconfig-build.json
@@ -18,7 +18,7 @@
18
},
19
"files": [
20
"public-api.ts",
21
- "typings.d.ts",
+ "typings.d.ts"
22
],
23
"angularCompilerOptions": {
24
"annotateForClosureCompiler": true,
src/google-maps/tsconfig-tests.json
@@ -12,7 +12,7 @@
12
"googlemaps"
13
14
"paths": {
15
- "@angular/google-maps/*": ["./*"],
+ "@angular/google-maps/*": ["./*"]
16
}
17
0 commit comments