Skip to main content
Module

x/emit/deno.jsonc

Transpile and bundle JavaScript and TypeScript under Deno and Deno Deploy
Go to Latest
File
{ "fmt": { "files": { "exclude": [ "static", "target" ] } }, "lint": { "files": { "exclude": [ "static/*.js", "target" ] } }, "tasks": { "test": "deno test --allow-read --allow-net --allow-env --allow-write", "build": "deno run --allow-run --allow-read --allow-write --allow-env ./_build.ts" }}