mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Remove the dev-infra directory and complete the migration to using the code generated by the angular/dev-infra repository. PR Close #43061
11 lines
149 B
JSON
11 lines
149 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"packages/**/*",
|
|
"modules/**/*",
|
|
"tools/**/*",
|
|
"scripts/**/*"
|
|
]
|
|
}
|