bonzaiferroni / Traveler

Traveler - A general movement solution for Screeps.com
GNU General Public License v3.0
117 stars 37 forks source link

Move PathFinderReturn to fix compile error #7

Closed kotarou closed 7 years ago

kotarou commented 7 years ago

PathfinderReturn moved to index.d.ts in order to eliminate error during compilation.

Along with PR #112 in screeps-typescript-declarations this ensures Traveller can be used as a submodule - in its current state - in a TS project without introducing errors.