deepgram-devs / deepgram-chrome-extension

An Experimental Chrome extension for Deepgram
MIT License
1 stars 1 forks source link

Disable noImplicitAny rule and add SVG declaration #17

Open eburnette opened 3 months ago

eburnette commented 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.