2023-04-02 00:06:27 -04:00
|
|
|
{
|
2023-04-05 23:34:20 -04:00
|
|
|
"compilerOptions": {"lib": ["deno.window", "dom"]},
|
2023-04-02 00:06:27 -04:00
|
|
|
"imports":
|
|
|
|
{
|
2023-04-29 20:16:28 -04:00
|
|
|
"react": "https://esm.sh/stable/preact@10.13.2/compat",
|
|
|
|
"preact": "https://esm.sh/stable/preact@10.13.2/",
|
2023-04-02 00:06:27 -04:00
|
|
|
"@deep/": "./deep/",
|
2023-04-05 20:05:21 -04:00
|
|
|
"@eno/app": "./app.tsx",
|
|
|
|
"@eno/iso": "http://localhost:4507/lib/iso.tsx"
|
2023-04-02 00:06:27 -04:00
|
|
|
},
|
|
|
|
"tasks": {
|
2023-04-29 20:16:28 -04:00
|
|
|
"dev": "deno run -A --unstable --reload=http://localhost:4507/ --no-lock app.tsx"
|
2023-04-02 00:06:27 -04:00
|
|
|
}
|
|
|
|
}
|