summaryrefslogtreecommitdiff
path: root/tests/specs/add/comments_deno_json/deno.jsonc
blob: 6a37b343d9d5229291e047340cae67bb97cd254c (plain)
1
2
3
4
5
6
7
// Testing four space indents too
// deno-fmt-ignore
{
    "imports": {
        "@denotest/add2": "npm:@denotest/add" // some comment
    }
}