Skip to main content
Module

x/pouch/deno.json

Collection of Web Components
Latest
File
{ "tasks": { "test": "deno test --doc --unstable --allow-all", "bundle": "deno bundle mod.ts" }, "compilerOptions": { "removeComments": true, "lib": ["esnext", "dom", "dom.iterable", "deno.ns"], // include "deno.ns" for deno namespace "experimentalDecorators": true, "strict": true, /* Enable all strict type-checking options. */ "strictPropertyInitialization": false, /* Enable strict checking of property initialization in classes. */ "importsNotUsedAsValues": "preserve" }}