This repository collected the essential type script declare files (*.d.ts) for RPG Maker MV, help developer who want to use TypeScript in RPG Maker MV.
- There use "constructor" to replace RMMV's "initialize" in Scene/Window/etc.. , if you want to rewrite "initialize", just direct use "constructor".
Thanks for all providers of those components (pixi.d.ts, fps-meter.d.ts, lz-string.d.ts, rmmv.d.ts)!
Feel free to issue or pull request if you find any problem.