Skip to main content
Module

x/dnt/deno.jsonc

Deno to npm package build tool.
Go to Latest
File
{ "tasks": { // todo: exclude going into node_modules folders once we add support for globbing "test": "deno test -A", "wasm": "deno run -A _build.ts" }, "fmt": { "options": { "proseWrap": "never" }, "files": { "exclude": [ "target/", "wasm/target/", "lib/pkg/" ] } }, "lint": { "rules": { "exclude": [ "no-explicit-any", "camelcase" ] }, "files": { "exclude": [ "target/", "wasm/target/", "lib/pkg/", "rs-lib/src/polyfills/scripts/" ] } }}