gale/deno.json
2025-10-07 17:00:34 -04:00

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"
}
}