Files
polymer/gen-tsd.json
Alexander Marks 76cf2af1aa 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.
2018-08-13 18:31:36 -07:00

40 lines
790 B
JSON

{
"excludeFiles": [
"dist/**",
"externs/**",
"gulpfile.js",
"test/**",
"util/**",
"index.html"
],
"removeReferences": [
"../shadycss/apply-shim.d.ts",
"../shadycss/custom-style-interface.d.ts"
],
"renameTypes": {
"Polymer_PropertyEffects": "PropertyEffects"
},
"autoImport": {
"./interfaces": [
"PolymerElementPropertiesMeta",
"PolymerElementProperties",
"PolymerInit",
"StampedTemplate",
"NodeInfo",
"TemplateInfo",
"LiteralBindingPart",
"MethodArg",
"MethodSignature",
"ExpressionBindingPart",
"BindingPart",
"Binding",
"AsyncInterface",
"GestureRecognizer",
"IdleDeadline"
],
"./lib/utils/debounce.js": [
"Debouncer"
]
}
}