Skip to main content
Module

x/fresh_charts/deno.json

A server-side-rendered charting library for Fresh
Go to Latest
File
{ "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "importMap": "./examples/import_map.json", "tasks": { "examples": "cd examples && deno task start", "test": "deno test" }}