@famgia/omnify-typescript 0.0.99 → 0.0.100

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/dist/index.cjs CHANGED
@@ -2330,7 +2330,7 @@ export * from './rules';
2330
2330
  }
2331
2331
  ];
2332
2332
  function copyStubs(options) {
2333
- const { targetDir, skipIfExists = true } = options;
2333
+ const { targetDir, skipIfExists = false } = options;
2334
2334
  const stubsDir = import_path.default.join(__dirname, "..", "stubs");
2335
2335
  const result = { copied: [], skipped: [] };
2336
2336
  const directories = /* @__PURE__ */ new Map();