search_awesome/deno.json
2022-11-29 01:52:44 +09:00

11 lines
199 B
JSON

{
"tasks": {
"start": "deno run -A --watch=static/,routes/ dev.ts"
},
"importMap": "./import_map.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}