mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
22381bfd2d
Use ts_project for building the tools directory targets PR Close #61656
11 lines
270 B
TypeScript
11 lines
270 B
TypeScript
/**
|
|
* @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
|
|
*/
|
|
|
|
(global as any).isNode = true;
|
|
(global as any).isBrowser = false;
|