shapez.io icon indicating copy to clipboard operation
shapez.io copied to clipboard

Fix TypeScript errors

Open ExE-Boss opened this issue 3 years ago • 0 comments

I also had to upgrade TypeScript because mods/mod_interface.js uses features that are only available since TypeScript 4.2^1: https://github.com/tobspr/shapez.io/blob/99b56880398e53f9469eab4ae6ced8857cafb756/src/js/mods/mod_interface.js#L50-L59

This also necessitated upgrading @types/filesystem, since there was a type definition conflict in the FileSystem interface with TypeScript 4.4’s built‑in type definitions^2.

ExE-Boss avatar Jun 21 '22 11:06 ExE-Boss