#!/usr/bin/env node /** * Check if TypeScript files are compiled before running * Ensures .js files exist and are newer than their .ts source files * Unless --force flag is specified or noEmit is set in tsconfig.json */ export {}; //# sourceMappingURL=check-build.d.ts.map