mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
392579b5a6
Avoids the comment diagnostic that vscode gives. Also, automatically renames .json to .jsonc for the time being.
5 lines
82 B
Text
5 lines
82 B
Text
{
|
|
"base": "npm",
|
|
"args": "run --allow-read main.js",
|
|
"output": "main.out"
|
|
}
|