We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf60a8 commit 7fb5fb1Copy full SHA for 7fb5fb1
packages/angular-cli/custom-typings.d.ts
@@ -3,7 +3,7 @@ interface IWebpackDevServerConfigurationOptions {
3
hot?: boolean;
4
historyApiFallback?: boolean;
5
compress?: boolean;
6
- proxy?: {[key: string]: string};
+ proxy?: { [key: string]: string };
7
staticOptions?: any;
8
quiet?: boolean;
9
noInfo?: boolean;
@@ -17,7 +17,7 @@ interface IWebpackDevServerConfigurationOptions {
17
headers?: { [key: string]: string };
18
stats?: { [key: string]: boolean };
19
inline: boolean;
20
- https?:boolean;
+ https?: boolean;
21
key?: string;
22
cert?: string;
23
}
0 commit comments