interface ParseOptionsimport { type ParseOptions } from "https://deno.land/x/lume@v1.16.1/deps/jsonc.ts"; PropertiesoptionalallowTrailingComma: boolean = trueAllow trailing commas at the end of arrays and objects.