pixijs / particle-emitter

A particle system for PixiJS
http://pixijs.io/particle-emitter/docs
MIT License
793 stars 125 forks source link

Errors in typescript definition file #110

Closed danrostron closed 5 years ago

danrostron commented 5 years ago

I'm currently using the latest pixi-particles (@4.1.2) and get compile errors on the Typescript definitions file

Error: node_modules/pixi-particles/index.d.ts [tsl] ERROR in /node_modules/pixi-particles/index.d.ts(205,105) TS1005: '>' expected.

ERROR in node_modules/pixi-particles/index.d.ts(206,1) TS1128: Declaration or statement expected.

And others about missing semi-colons. Any ideas why?

danrostron commented 5 years ago

Oh, was using an old Typescript 2.7.2. Have updated to 3.5.3 and is working fine.