mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
81e4257761
Remove the dev-infra directory and complete the migration to using the code generated by the angular/dev-infra repository. PR Close #43061
12 lines
149 B
JSON
12 lines
149 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"packages/**/*",
|
|
"modules/**/*",
|
|
"tools/**/*",
|
|
"scripts/**/*"
|
|
]
|
|
}
|