summaryrefslogtreecommitdiff
path: root/tests/specs/add/comments_deno_json/deno.jsonc.out
blob: 0cca35c64c614702b9c1ce93b722edb87866d6d9 (plain)
1
2
3
4
5
6
7
8
9
// Testing four space indents too
// deno-fmt-ignore
{
    "imports": {
        "@denotest/add": "jsr:@denotest/add@^1.0.0",
        "@denotest/add2": "npm:@denotest/add", // some comment
        "@denotest/esm-basic": "npm:@denotest/esm-basic@^1.0.0"
    }
}