Skip to content

Commit

Permalink
Use relative path module specifier in gen-tsd autoImport setting.
Browse files Browse the repository at this point in the history
An upcoming change to the type generator will assume that a module
specifier that does not begin with "." is a bare module specifier.
  • Loading branch information
aomarks committed Aug 14, 2018
1 parent c4a1b51 commit 76cf2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gen-tsd.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Polymer_PropertyEffects": "PropertyEffects"
},
"autoImport": {
"interfaces": [
"./interfaces": [
"PolymerElementPropertiesMeta",
"PolymerElementProperties",
"PolymerInit",
Expand All @@ -32,7 +32,7 @@
"GestureRecognizer",
"IdleDeadline"
],
"lib/utils/debounce.js": [
"./lib/utils/debounce.js": [
"Debouncer"
]
}
Expand Down

0 comments on commit 76cf2af

Please sign in to comment.