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" ] } }}