Skip to main content
Module

x/fresh_charts/examples/deno.json

A server-side-rendered charting library for Fresh
Go to Latest
File
{ "tasks": { "start": "deno run -A --watch=static/,routes/ dev.ts" }, "importMap": "./import_map.json", "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }}