kittykatattack / learningPixi

A step-by-step introduction to making games and interactive media with the Pixi.js rendering engine.
4.4k stars 851 forks source link

Add typescript example setup #144

Open Naxos84 opened 4 years ago

Naxos84 commented 4 years ago

Since PixiJS 5 typescript definitions are part of pixijs itself.

Therefor it would be really helpful if a typescript example setup would also be part of this.

I found ot so far, that the tsconfig.json nees at least "module": "commonjs". Though I'm really new to all this stuff.

If I can help with some example please let me know and I try to figure it out :D