#!/usr/bin/env node /** * Check for symbolic links and junctions in the project * Prompts user to add them to .globalize.json5 exclude/include lists * * Symlinks are development/debugging tools (e.g., linking dirs for VS Code) * and are excluded by default as they're not part of package content */ export {}; //# sourceMappingURL=check-links.d.ts.map