Skip to main content
Module

x/ensure/deno.jsonc

Ensure you are running a minimum version of Deno, Typescript, or V8
Go to Latest
File
{ "tasks": { "test": "deno test --allow-read --allow-write --allow-run" }, "fmt": { "options": { "semiColons": false, "lineWidth": 90, "indentWidth": 3, "singleQuote": true } }}