/ deno.json
deno.json
1 { 2 "tasks": { 3 "start": "deno run -A --watch=static/,routes/ dev.ts" 4 }, 5 "importMap": "./import_map.json", 6 "compilerOptions": { 7 "jsx": "react-jsx", 8 "jsxImportSource": "preact" 9 } 10 }
1 { 2 "tasks": { 3 "start": "deno run -A --watch=static/,routes/ dev.ts" 4 }, 5 "importMap": "./import_map.json", 6 "compilerOptions": { 7 "jsx": "react-jsx", 8 "jsxImportSource": "preact" 9 } 10 }