A repository containing typescript definitions for public use in RPGMakerMZ.
- PIXI.js
- FPSMeter.js
- LZString.js
- All MV Library Files
- Run the concat.sh file within the folder.
- Drop the *.d.ts file directly into the folder with your jsconfig.json file
- Enjoy
- Download the Typescript plugin for Sublime via Package Manager.
- Place the rmmv.d.ts file in your js/plugins directory (if you create plugins in that folder); if you use a different folder, place the rmmv.d.ts file in that folder.
- Set your language for your JavaScript file to 'TypeScript' in the bottom right corner of Sublime.
- Enjoy!
- Download the Typescript plugin in Atom via the Package Manager.
- Place the rmmv.d.ts file in your js/plugins directory (if you create plugins in that folder); if you use a different folder, place the rmmv.d.ts file in that folder.
- Save your JavaScript file as .ts and make sure your language type is 'Typescript' in the bottom right of Atom.
- Enjoy!
- When you're done editing your plugin, simply save it as a .js