Files
angular__angular/tsconfig-tslint.json
Alan Agius 74908495d3 build: make scripts for compatibility with Node.js 18.20+ (#55527)
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.

(cherry picked from commit 416d44092b04896d6f9dda0ff0eba429087d793a)

PR Close #55527
2024-04-25 08:48:45 -07:00

14 lines
200 B
JSON

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