16 lines
331 B
JSON
16 lines
331 B
JSON
{
|
|
"tasks": {
|
|
"lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
|
|
"build": "deno task lume",
|
|
"serve": "deno task lume -s"
|
|
},
|
|
"importMap": "import_map.json",
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"dom",
|
|
"deno.window"
|
|
],
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "npm:react"
|
|
}
|
|
}
|