mirror of
https://github.com/denoland/deno.git
synced 2025-02-06 22:45:03 -05:00
![David Sherret](/assets/img/avatar_default.png)
Avoids the comment diagnostic that vscode gives. Also, automatically renames .json to .jsonc for the time being.
5 lines
82 B
JSON
5 lines
82 B
JSON
{
|
|
"base": "npm",
|
|
"args": "run --allow-read main.js",
|
|
"output": "main.out"
|
|
}
|