8 lines
183 B
JSON
8 lines
183 B
JSON
{
|
|
"tasks": {
|
|
"build": "deno run -A npm:typescript/bin/tsc",
|
|
"watch": "deno run -A npm:typescript/bin/tsc --watch",
|
|
"test": "deno test --allow-net src/App.test.ts"
|
|
}
|
|
}
|