Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/install/deno.json

Deno Binary Installer
Latest
File
{ "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" ] }}