interface ParseOptionsimport { type ParseOptions } from "https://deno.land/std@0.196.0/jsonc/parse.ts"; PropertiesoptionalallowTrailingComma: boolean = trueAllow trailing commas at the end of arrays and objects.