import { type RollupJsonOptions } from "https://deno.land/x/drollup@2.58.0+0.20.0/plugins/json/types.d.ts";
Properties
optional
include: FilterPatternAll JSON files will be parsed by default, but you can also specifically include files
optional
exclude: FilterPatternAll JSON files will be parsed by default, but you can also specifically exclude files
For tree-shaking, properties will be declared as variables, using
either var
or const
.