Skip to main content
Module

x/ter/deno.json

A tiny wiki-style site builder with Zettelkasten flavor.
Go to Latest
File
{ "tasks": { "build": "deno run -A --unstable main.ts --input docs", "serve": "deno run -A --unstable main.ts --input docs --serve", "dev": "deno run -A --unstable --watch main.ts --input docs --serve --debug", "clean": "rm -rf _site" }, "importMap": "./import_map.json", "compilerOptions": { "lib": [ "dom", "dom.iterable", "dom.asynciterable", "deno.ns" ], "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUnusedLocals": true }}