Skip to main content
Module

x/keywork/deno.jsonc

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
File
{ "$schema": "https://cdn.deno.land/deno/versions/v1.23.3/raw/cli/schemas/config-file.v1.json", "compilerOptions": { "lib": [ "deno.ns", "dom", "dom.iterable" ], "jsx": "react", "strict": true, "experimentalDecorators": true, "checkJs": false, "allowJs": true, "types": [ "./lib/types/react-dom/server.browser/index.d.ts", "./lib/types/env.d.ts", "./lib/node_modules/@types/node/stream/web.d.ts" ] }, "importMap": "./import_map.json", "lint": { "rules": { "exclude": [ "ban-types", "no-explicit-any", "no-extra-semi", "no-empty-interface" ] }, "files": { "exclude": [ "node_modules", "dist" ] } }, "fmt": { "options": { "singleQuote": true, "lineWidth": 120, "proseWrap": "preserve" } }}