sandstone-mc / sandstone

Sandstone | Next Generation Framework for Minecraft
https://sandstone.dev/
MIT License
173 stars 16 forks source link

Added type definitions to fix implicit types #88

Closed ncfumction closed 3 years ago

ncfumction commented 3 years ago

In some places, when compiling with tsc, an implicit any type error is thrown, the editor also complains about those errors: image This pull request fixes that by adding proper type definitions

TheMrZZ commented 3 years ago

New TypeScript version 4.3.x now reports those errors when running tsc - The previous one didn't, at least on my setup. Therefore that fix is indeed mandatory - thanks !