Skip to main content
Module

x/partytown/deno.json

A Partytown plugin for Fresh
Latest
File
{ "tasks": { "check": "deno fmt && deno lint && deno check mod.ts", "release": "deno eval 'import \"https://denopkg.com/deco-cx/deco/scripts/release.ts\"'" }, "importMap": "./import_map.json", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }}