ls-deno/deno.json

11 lines
185 B
JSON
Raw Normal View History

2022-09-27 14:41:17 -05:00
{
"tasks": {
2022-10-05 17:02:21 -05:00
"start": "deno run -A --watch=. dev.ts"
2022-09-27 14:41:17 -05:00
},
"importMap": "./import_map.json",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact"
}
}