angular/tsconfig-tslint.json
Matthieu Riegler 5cf5f04460 build: bump to node 18.20 to support v18 (#55162)
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
2024-04-12 14:51:44 -07:00

13 lines
200 B
JSON

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