Skip to content

Commit f620993

Browse files
Charles Lydinghansl
Charles Lyding
authored andcommitted
refactor(@angular/cli): remove unused custom typings
1 parent 1bc174b commit f620993

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

packages/@angular/cli/custom-typings.d.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,3 @@ interface IWebpackDevServerConfigurationOptions {
2222
cert?: string;
2323
overlay?: boolean;
2424
}
25-
26-
interface WebpackProgressPluginOutputOptions {
27-
colors?: boolean;
28-
chunks?: boolean;
29-
modules?: boolean;
30-
reasons?: boolean;
31-
chunkModules?: boolean;
32-
}
33-
34-
declare var HtmlWebpackPlugin: any;
35-
declare var LoaderOptionsPlugin: any;

0 commit comments

Comments
 (0)