9 lines
128 B
JSON
9 lines
128 B
JSON
{
|
|
"imports": {
|
|
"ts_morph/": "https://deno.land/x/ts_morph/"
|
|
},
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts"
|
|
}
|
|
}
|