summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/catapult/third_party/polymer3/bower_components/polymer/gen-tsd.json
blob: 3d3a5e71348a89b69740a5dd6241c0740484f26f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "excludeFiles": [
    "dist/**",
    "externs/**",
    "gulpfile.js",
    "test/**",
    "util/**",
    "index.html"
  ],
  "removeReferences": [
    "../shadycss/apply-shim.d.ts",
    "../shadycss/custom-style-interface.d.ts"
  ],
  "addReferences": {
    "lib/utils/boot.d.ts": [
      "extra-types.d.ts"
    ]
  },
  "renameTypes": {
    "Polymer_PropertyEffects": "Polymer.PropertyEffects",
    "Element": "_Element"
  }
}