flyover / box2d.ts

A TypeScript port of Box2D
https://flyover.github.io/box2d.ts/testbed
MIT License
405 stars 85 forks source link

Strange build errors #44

Closed Cloov closed 5 years ago

Cloov commented 5 years ago

Hello!

I'm getting build errors when I go to use box2d.ts in an Ionic project of mine. I've installed @flyover/box2d.ts via NPM.

The build errors I get don't seem to match the code I'm examining, and there are probably a hundred or more of them.

screen shot 2018-10-19 at 11 45 39

I'm aware there aren't this many errors in the library - there are none when I clone and build testbed on its own - but do you have any advice? I haven't seen this when using any other dependencies, so I'm stumped!

Thanks