7 lines
95 B
JSON
7 lines
95 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts"
|
|
},
|
|
"importMap": "./import_map.json"
|
|
}
|