You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Polymer provides DomApi for wrapping shady/shadow/events and making them look the same. Looks like maybe there is no ambient typing right now for DomApi?
https://www.polymer-project.org/1.0/docs/devguide/events.html
Polymer.dom(event).localTarget/path/rootTarget
This needs to be added to polymer-ts.d.ts
Starting line 57
This solves the errors I am getting from atom-typescript and it runs fine.
The text was updated successfully, but these errors were encountered: