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 --no-lock --allow-all" }, "lint": { "files": { "exclude": [ ".deno-cache", "./test/fixture/app/.build/", "./test/fixture/importMap/vendor/", "./test/fixture/graph/", "./test/__snapshots__/" ] } }, "fmt": { "files": { "exclude": [ ".deno-cache" ] }, "options": { "lineWidth": 100 } }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react" }, "importMap": "./test/fixture/app/importMap.json"}