Open eburnette opened 3 months ago
This change supresses the 'noImplicitAny' Typescript error and defines a module for SVG files.
It's intended to partially fix #13.
A better fix would be to go through all the 'any' type errors and supply types for them, but I didn't have the time.
Even after the change, there are a dozen or so issues reported in the code.
This change supresses the 'noImplicitAny' Typescript error and defines a module for SVG files.
It's intended to partially fix #13.
A better fix would be to go through all the 'any' type errors and supply types for them, but I didn't have the time.
Even after the change, there are a dozen or so issues reported in the code.