11 lines
273 B
JSON
11 lines
273 B
JSON
{
|
|
"compilerOptions": {"lib": [
|
|
"deno.window", "DOM"
|
|
]},
|
|
"importMap": "deno.map.json",
|
|
"tasks":
|
|
{
|
|
"install": "deno install -f -A --unstable --no-lock -n eno server.tsx",
|
|
"run": "deno run -A --unstable --no-lock server.tsx"
|
|
}
|
|
} |