Latest
{ "workspace": [ "./shell-setup" ], "lint": { "exclude": [ "./shell-setup/bundled.esm.js" ], "rules": { "exclude": [ "no-slow-types" ] } }, "tasks": { "bundle": "cd shell-setup && deno task bundle" }, "lock": { "path": "./shell-setup/deno.lock", "frozen": true }, "fmt": { "exclude": [ "./shell-setup/bundled.esm.js", ".github" ] }}