[cli] Update to TypeScript v4.7.4 (#8232)

This commit is contained in:
Nathan Rajlich
2022-07-25 16:08:14 -07:00
committed by GitHub
parent c397fd1856
commit 081b38466b
87 changed files with 914 additions and 951 deletions

View File

@@ -77,6 +77,7 @@ async function main() {
// Band-aid to bundle stuff that `ncc` neglects to bundle
await cpy(join(dirRoot, 'src/util/projects/VERCEL_DIR_README.txt'), distRoot);
await cpy(join(dirRoot, 'src/util/dev/builder-worker.js'), distRoot);
console.log('Finished building Vercel CLI');
}