mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
72b9fa85bd
* simplify index-packages * Fix import map location * sqs modules needs permission :x --------- Co-authored-by: Max Howell <mxcl@me.com>
7 lines
148 B
JSON
7 lines
148 B
JSON
{
|
|
"deno.enable": true,
|
|
"deno.lint": true,
|
|
"deno.unstable": true,
|
|
"deno.config": "deno.jsonc",
|
|
"deno.importMap": "../cli/import-map.json"
|
|
} |