Skip to main content
Module

x/libpkgx/deno.json

bringing the entire open source ecosystem to your node and deno apps
Very Popular
Go to Latest
File
{ "compilerOptions": { "allowJs": false, "strict": true }, "fmt": { "files": { "exclude": [ "./" ] } }, "pkgx": "deno^1.33.3 npm", "tasks": { "test": "deno test --parallel --unstable -A", "typecheck": "deno check --unstable ./mod.ts", "dnt": ".github/deno-to-node.ts" }, "lint": { "include": ["src/"], "exclude": ["**/*.test.ts"] }, "test": { "include": ["src/"], "exclude": ["dist/"] }, "imports": { "is-what": "https://deno.land/x/is_what@v4.1.15/src/index.ts", "deno/": "https://deno.land/std@0.196.0/", "outdent": "https://deno.land/x/outdent@v0.8.0/mod.ts" }}