pub.solar/deno.json

13 lines
278 B
JSON
Raw Normal View History

2022-10-02 18:46:42 +00:00
{
"importMap": "import_map.json",
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
2022-10-02 18:46:42 +00:00
"build": "deno task lume",
"serve": "deno task lume -s"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "npm:react"
2022-10-02 18:46:42 +00:00
}
}