16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno -A --unstable-bundle --watch server.ts"
|
|
},
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"lib": [
|
|
"deno.window", "dom", "dom.asynciterable"
|
|
]
|
|
},
|
|
"imports": {
|
|
"react":"npm:preact/compat",
|
|
"react-original":"npm:preact/compat"
|
|
}
|
|
} |