We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a1b51 commit 76cf2afCopy full SHA for 76cf2af
1 file changed
gen-tsd.json
@@ -15,7 +15,7 @@
15
"Polymer_PropertyEffects": "PropertyEffects"
16
},
17
"autoImport": {
18
- "interfaces": [
+ "./interfaces": [
19
"PolymerElementPropertiesMeta",
20
"PolymerElementProperties",
21
"PolymerInit",
@@ -32,7 +32,7 @@
32
"GestureRecognizer",
33
"IdleDeadline"
34
],
35
- "lib/utils/debounce.js": [
+ "./lib/utils/debounce.js": [
36
"Debouncer"
37
]
38
}
0 commit comments