Skip to main content
Module

std/deno.json

Deno standard library
Go to Latest
File
{ "compilerOptions": { "strict": true, "useUnknownInCatchVariables": true, "noImplicitOverride": true }, "fmt": { "files": { "exclude": [ ".git", "_wasm_crypto/target", "cov", "node/_tools/versions", "node/_tools/test", "node/integrationtest/yarn.js", "wasi/testdata" ] } }, "importMap": "./test_import_map.json", "lint": { "files": { "exclude": [ ".git", "_wasm_crypto/target", "cov", "node/vendor", "node/_module/node_modules/", "node/_tools/versions", "node/_tools/test", "node/integrationtest/yarn.js", "wasi/testdata" ] } }, "tasks": { "test": "deno test --doc --unstable --allow-all --coverage=./cov --ignore=node/", "test:faketime": "faketime '2021-12-31' deno test --unstable --allow-all datetime/test_2021_12_31.ts", "test:browser": "git grep --name-only \"// This module is browser compatible.\" | grep -v \".github/workflows\" | xargs deno cache --config browser-compat.tsconfig.json", "node:unit": "deno test --unstable --allow-all node/ --ignore=node/_tools/test.ts,node/_tools/versions/", "node:test": "deno test --unstable --allow-all node/_tools/test.ts", "node:setup": "deno run --allow-read --allow-net --allow-write node/_tools/setup.ts" }}