2022-12-01 17:10:59 -05:00
|
|
|
{
|
2023-03-29 22:43:23 -04:00
|
|
|
"compilerOptions": {"lib": [
|
|
|
|
"deno.window", "DOM"
|
|
|
|
]},
|
|
|
|
"importMap": "deno.map.json",
|
2022-12-01 17:10:59 -05:00
|
|
|
"tasks":
|
|
|
|
{
|
2023-03-29 22:43:23 -04:00
|
|
|
"install": "deno install -f -A --unstable --no-lock -n eno server.tsx",
|
2023-03-17 11:54:36 -04:00
|
|
|
"run": "deno run -A --unstable --no-lock server.tsx"
|
2022-12-01 17:10:59 -05:00
|
|
|
}
|
|
|
|
}
|