mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The v18 CLI requires node `^18.19.1`, so we need to bump the node version to be able to run ADEV with v18. PR Close #55162
13 lines
200 B
JSON
13 lines
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"packages/**/*",
|
|
"modules/**/*",
|
|
"tools/**/*",
|
|
"scripts/**/*",
|
|
"devtools/**/*",
|
|
]
|
|
}
|