angular/tsconfig-tslint.json
AleksanderBodurri 8b84412d76 refactor(devtools): run ng-dev format on angular devtools files
Formats the entire devtools directory with the ng-dev formatting tool. Previously we relied on prettier, so this commit also remove prettier from devtools' dependencies.
2022-01-26 16:35:30 -05:00

12 lines
171 B
JSON

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