Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • JsonOptions

Index

Properties

namedExports?: boolean

Generate a named export for every property of the JSON object

default

true

stringify?: boolean

Generate performant output as JSON.parse("stringified"). Enabling this will disable namedExports.

default

false