Our company need to use oxlint with type-aware rules,
and we installed oxlint-tsgolint and successfully integrated in monorepo so CI works fine and fast.
In CI or monorepo(turborepo) commands, Separated oxlint processes include each tsconfig in workspace,
but LSP respects only single tsconfig file.
So we don't have way to setup tsconfigPath per workspace to enable type-aware lsp in monorepo.
Could tsconfig be auto-detected and load lsp each workspace?
or respect nearest tsconfig in current file like typescript LSP