Skip to main content
Module

x/composium/deno.json

Powered by functional composition and the URL Pattern API, composium has become the most flexible routing framework in the world.
Go to Latest
File
{ "tasks": { "test": "deno test --doc --unstable --allow-all", "bundle": "deno bundle url-pattern/src/index.ts > url-pattern/dist/index.js", "serve": "deno run -A url-pattern/server.ts" }, "compilerOptions": { "lib": ["esnext", "dom", "dom.iterable", "deno.ns"], "strict": true, "importsNotUsedAsValues": "preserve", "useUnknownInCatchVariables": true, "noImplicitOverride": false, "checkJs": true }}