Skip to main content
Module

x/ultra/deno.json

🧙 Zero-Legacy Deno/React Suspense SSR Framework
Go to Latest
File
{ "tasks": { "dev": "deno run -A tools/dev.ts", "test": "deno test --allow-all && deno task test-fixture", "test-fixture": "cd test/fixture && TEST_FIXTURE=true deno test --allow-all", "test:watch": "cd test/fixture && deno test --allow-all --watch" }, "fmt": { "options": { "indentWidth": 2, "useTabs": false, "singleQuote": false } }, "compilerOptions": { "jsx": "react-jsxdev", "jsxImportSource": "react", "lib": [ "deno.ns", "dom", "dom.iterable", "dom.asynciterable" ] }, "importMap": "./importMap.dev.json"}