mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5cf5f04460
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
14 lines
200 B
JSON
14 lines
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"packages/**/*",
|
|
"modules/**/*",
|
|
"tools/**/*",
|
|
"scripts/**/*",
|
|
"devtools/**/*",
|
|
]
|
|
}
|