14 lines
483 B
JSON
14 lines
483 B
JSON
{
|
|
"compilerOptions": { "lib": ["deno.window", "dom"] },
|
|
"imports":
|
|
{
|
|
"react": "https://esm.sh/preact@10.15.1/compat",
|
|
">able/": "http://localhost:4507/"
|
|
},
|
|
"tasks":
|
|
{
|
|
"local": "deno run -A --no-lock --reload=http://localhost:4507 run__.tsx --dev",
|
|
"serve": "deno run -A --no-lock --reload=http://localhost:4507 run__.tsx",
|
|
"debug": "deno run -A --no-lock --reload=http://localhost:4507 --inspect-wait run__.tsx"
|
|
}
|
|
} |