forked from Polymer/polymer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gen-tsd.json
45 lines (45 loc) · 970 Bytes
/
gen-tsd.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"excludeFiles": [
"dist/**",
"externs/**",
"gulpfile.js",
"test/**",
"util/**",
"index.html"
],
"excludeIdentifiers": [
"templatizedBase"
],
"removeReferences": [
"../shadycss/apply-shim.d.ts",
"../shadycss/custom-style-interface.d.ts"
],
"renameTypes": {
"Polymer_PropertyEffects": "PropertyEffects",
"PolymerDomApi": "DomApi",
"PolymerDomApi.ObserveHandle": "FlattenedNodesObserver"
},
"autoImport": {
"./interfaces": [
"PolymerElementPropertiesMeta",
"PolymerElementProperties",
"PolymerInit",
"StampedTemplate",
"NodeInfo",
"TemplateInfo",
"LiteralBindingPart",
"MethodArg",
"MethodSignature",
"ExpressionBindingPart",
"BindingPart",
"Binding",
"AsyncInterface",
"GestureRecognizer",
"IdleDeadline",
"PolymerElementConstructor"
],
"./lib/utils/debounce.js": [
"Debouncer"
]
}
}