mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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.
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"packages/**/*",
|
|
"modules/**/*",
|
|
"tools/**/*",
|
|
"scripts/**/*",
|
|
"devtools/**/*",
|
|
]
|
|
}
|