chore(lsp): disable type checking

This commit is contained in:
Smirnov Oleksandr 2022-10-07 17:27:21 +03:00
parent bdb008ae62
commit 9de34fe912
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
---@diagnostic disable: param-type-mismatch
return { return {
---@param t table ---@param t table
---@return boolean ---@return boolean

View file

@ -1,3 +1,4 @@
---@diagnostic disable: param-type-mismatch
local nodes = require "gopher._utils.ts.nodes" local nodes = require "gopher._utils.ts.nodes"
local u = require "gopher._utils" local u = require "gopher._utils"
local M = { local M = {