mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8b84412d76
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.
13 lines
171 B
JSON
13 lines
171 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true
|
|
},
|
|
"include": [
|
|
"packages/**/*",
|
|
"modules/**/*",
|
|
"tools/**/*",
|
|
"scripts/**/*",
|
|
"devtools/**/*",
|
|
]
|
|
}
|