miom.space/deno.json

13 lines
278 B
JSON
Raw Normal View History

2023-02-26 17:32:30 +00:00
{
"importMap": "import_map.json",
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
2023-02-26 17:32:30 +00:00
"build": "deno task lume",
"serve": "deno task lume -s"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "npm:react"
}
}