Skip to main content
Go to Latest
File
{ "lock": false, "tasks": { "build": "deno task build:fmt && deno task build:lint && deno task build:mod", "build:mod": "deno run -A --unstable-kv mod.ts build", "build:fmt": "deno fmt", "build:lint": "deno lint", "check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx", "deploy": "deno task build && deno task test && ftm git", "test": "deno test -A --unstable-kv --allow-env .env tests/tests.ts --coverage=cov" }, "lint": { "rules": { "tags": ["fresh", "recommended"], "exclude": [ "no-unused-vars", "ban-unused-ignore", "prefer-const", "ban-types", "require-await" ] } }, "exclude": ["**/_fresh/*"], "nodeModulesDir": false, "imports": {}, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "unusedImports": { "__@fathym/msal": "../../fathym-deno/msal/mod.ts", "@fathym/msal": "https://deno.land/x/msal@v0.0.24/mod.ts" }}