PolymerLabs / tedium

A bot for doing mass changes to github repos for the Polymer team
19 stars 14 forks source link

Fix imports #53

Closed ankon closed 8 years ago

ankon commented 8 years ago

This fixes the error T2691 in various files: cleanup-passes/bower.ts(21,27): error TS2691: An import path cannot end with a '.ts' extension. Consider importing '../element-repo' instead.

rictic commented 8 years ago

Thanks for the PRs!