minidev 1.2.10 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -479,6 +479,11 @@ declare module 'minidev' {
479
479
  */
480
480
  enableTypescript?: boolean;
481
481
 
482
+ /**
483
+ * 是否开启紧凑产物模式
484
+ */
485
+ compact?: boolean;
486
+
482
487
  }
483
488
 
484
489
  export interface IProjectArgs {