13 lines
415 B
JSON
13 lines
415 B
JSON
{
|
|
"compilerOptions": { "lib": ["deno.window", "dom"] },
|
|
"imports":
|
|
{
|
|
"react":"https://esm.sh/preact@10.15.1/compat",
|
|
"entry":"./app.tsx"
|
|
},
|
|
"tasks":
|
|
{
|
|
"local": "deno run -A --no-lock --reload=http://localhost:1234 http://localhost:1234/run-local.tsx",
|
|
"serve": "deno run -A --no-lock --reload=http://localhost:1234 http://localhost:1234/run-serve.tsx"
|
|
}
|
|
} |