14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno -A --unstable-bundle --watch server.ts"
|
|
},
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react"
|
|
},
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"react":"npm:react"
|
|
}
|
|
}
|