mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
add11c6854
This commit enhances the ng-dev and other local scripts to ensure compatibility with Node.js 18.20+. This adjustment is essential for releasing this branch, as it would otherwise lack compatibility with that version. PR Close #55526
14 lines
200 B
JSON
14 lines
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"packages/**/*",
|
|
"modules/**/*",
|
|
"tools/**/*",
|
|
"scripts/**/*",
|
|
"devtools/**/*",
|
|
]
|
|
}
|