angular/tsconfig-tslint.json
Joey Perrott 81e4257761 build: remove dev-infra directory and migrate to relying on @angular/dev-infra-private-builds (#43061)
Remove the dev-infra directory and complete the migration to using the code generated by the
angular/dev-infra repository.

PR Close #43061
2021-08-16 10:44:27 -07:00

11 lines
149 B
JSON

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