return { "jellydn/typecheck.nvim", dependencies = { "folke/trouble.nvim" }, ft = { "javascript", "javascriptreact", "json", "jsonc", "typescript", "typescriptreact" }, opts = { debug = true, mode = "trouble", -- "quickfix" | "trouble" }, keys = { { "lt", vim.cmd.Typecheck, desc = "Run Type Check", ft = { "javascript", "javascriptreact", "json", "jsonc", "typescript", "typescriptreact" }, }, }, }