chore(lsp): disable type checking
This commit is contained in:
parent
bdb008ae62
commit
9de34fe912
2 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
---@diagnostic disable: param-type-mismatch
|
||||
return {
|
||||
---@param t table
|
||||
---@return boolean
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
---@diagnostic disable: param-type-mismatch
|
||||
local nodes = require "gopher._utils.ts.nodes"
|
||||
local u = require "gopher._utils"
|
||||
local M = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue