@storm-software/workspace-tools 1.44.0 → 1.45.1

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.
@@ -45,5 +45,4 @@ export type TsupExecutorSchema = Omit<
45
45
  format?: string[];
46
46
  metafile?: boolean;
47
47
  minify?: boolean;
48
- skipTypia?: boolean;
49
48
  };
@@ -81,11 +81,6 @@
81
81
  "description": "Should each file contained in the package be emitted individually.",
82
82
  "default": false
83
83
  },
84
- "skipTypia": {
85
- "type": "boolean",
86
- "description": "Should the typia schema transformation process be skipped.",
87
- "default": false
88
- },
89
84
  "generatePackageJson": {
90
85
  "type": "boolean",
91
86
  "description": "Should a package.json file be generated in the output folder or should the existing one be copied in.",