musikspider/deno.json

11 lines
199 B
JSON
Raw Normal View History

2023-04-12 07:34:23 +03:00
{
"tasks": {
"start": "deno run -A --watch=static/,routes/ dev.ts"
},
"importMap": "./import_map.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}