mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
61c731a21b
Use ts_project for building the tools directory targets PR Close #61658
10 lines
222 B
JavaScript
10 lines
222 B
JavaScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.dev/license
|
|
*/
|
|
|
|
process.exit(55);
|