Confusing linting
Getting the following warning:
deno-ts: This member must have an 'override' modifier because it overrides a member in the base class 'the class name'
Then I add the override:
deno-ts: This member cannot have an 'override' modifier because it's containing class 'the class name' does not extend another class
No idea what to do here. I'm definitely overriding methods so the first warning should be correct1 Reply
I'm getting an error earlier in the code:
ts: Cannot find module 'module name' or its corresponding type declarations
So I guess that's the root of the problem.
No idea why that would happen, I installed the package with deno add and it's in my deno.json file