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/app/.build/", "./test/fixture/importMap/vendor/", "./test/fixture/graph/", "./test/__snapshots__/" ] } }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "react" }, "importMap": "./test/fixture/app/importMap.json"}