Skip to content

Commit

Permalink
refactor(@angular/cli): remove unused custom typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Lyding authored and hansl committed Mar 30, 2017
1 parent 1bc174b commit f620993
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/@angular/cli/custom-typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,3 @@ interface IWebpackDevServerConfigurationOptions {
cert?: string;
overlay?: boolean;
}

interface WebpackProgressPluginOutputOptions {
colors?: boolean;
chunks?: boolean;
modules?: boolean;
reasons?: boolean;
chunkModules?: boolean;
}

declare var HtmlWebpackPlugin: any;
declare var LoaderOptionsPlugin: any;

0 comments on commit f620993

Please sign in to comment.