Skip to content

Commit 76cf2af

Browse files
committed
Use relative path module specifier in gen-tsd autoImport setting.
An upcoming change to the type generator will assume that a module specifier that does not begin with "." is a bare module specifier.
1 parent c4a1b51 commit 76cf2af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gen-tsd.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"Polymer_PropertyEffects": "PropertyEffects"
1616
},
1717
"autoImport": {
18-
"interfaces": [
18+
"./interfaces": [
1919
"PolymerElementPropertiesMeta",
2020
"PolymerElementProperties",
2121
"PolymerInit",
@@ -32,7 +32,7 @@
3232
"GestureRecognizer",
3333
"IdleDeadline"
3434
],
35-
"lib/utils/debounce.js": [
35+
"./lib/utils/debounce.js": [
3636
"Debouncer"
3737
]
3838
}

0 commit comments

Comments
 (0)