Home
i gave up and enabled `isolatedDeclarations` and honestly, they aren't as bad as i initially thought, especially considering there are auto-fixes by the lsp. it also seems to improve overall code quality and consistency even without any linters, which is a good thing imo one thing i dislike tho is how it requires explicit type annotations even for obvious cases like `export const foo = new Foo()` or `export const someRegex = /asd/`