Files
angular__angular/tsconfig-tslint.json
Alan Agius add11c6854 build: make scripts for compatibility with Node.js 18.20+ (#55526)
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
2024-04-25 08:11:41 -07:00

14 lines
200 B
JSON

{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true
},
"include": [
"packages/**/*",
"modules/**/*",
"tools/**/*",
"scripts/**/*",
"devtools/**/*",
]
}