13 lines
279 B
JSON
13 lines
279 B
JSON
{
|
|
"importMap": "import_map.json",
|
|
"tasks": {
|
|
"lume": "echo \"import 'lume/cli.ts';\" | deno run --unstable -A -",
|
|
"build": "deno task lume",
|
|
"serve": "deno task lume -s"
|
|
},
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "npm:react"
|
|
}
|
|
}
|