Skip to main content
Module

x/mesozoic/deno.json

A generic build system for Deno web apps
Go to Latest
File
{ "tasks": { "test": "deno test --allow-all" }, "lint": { "files": { "exclude": [ "./test/fixture/.build/", "./test/__snapshots__/" ] } }, "importMap": "./importMap.json"}