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": [ "lib", "static", "target" ] } }, "lint": { "files": { "exclude": [ "lib", "static/*.js", "target" ] } }, "tasks": { "test": "deno test --allow-read --allow-net --allow-env --allow-write", "build": "deno run -A --unstable https://deno.land/x/wasmbuild@0.8.3/main.ts" }}