14 lines
439 B
Plaintext
14 lines
439 B
Plaintext
{
|
|
"compilerOptions": {"lib": ["deno.window", "dom"]},
|
|
"imports":
|
|
{
|
|
"react": "https://esm.sh/stable/preact@10.13.2/compat",
|
|
"preact": "https://esm.sh/stable/preact@10.13.2/",
|
|
"@deep/": "./deep/",
|
|
"@eno/app": "./app.tsx",
|
|
"@eno/iso": "http://localhost:4507/lib/iso.tsx"
|
|
},
|
|
"tasks": {
|
|
"dev": "deno run -A --unstable --reload=http://localhost:4507/ --no-lock app.tsx"
|
|
}
|
|
} |