diff --git a/.lune/typecheck.luau b/.lune/typecheck.luau index 80dc122..6602e16 100644 --- a/.lune/typecheck.luau +++ b/.lune/typecheck.luau @@ -8,7 +8,7 @@ process.exit( CommandBuilder.new("luau-lsp") :withArg("analyze") :withArgs({ "--settings", ".vscode/settings.json" }) - :withArgs({ "--ignore", "'./**/.pesde/**'" }) + :withArgs({ "--ignore", "'**/.pesde/**'" }) :withArg(".") :withStdioStrategy("forward") :exec().code