Skip to content

Commit 76e0465

Browse files
committed
Fix tslint error
1 parent c5ba235 commit 76e0465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
interface IWebpackDevServerConfigurationOptions {
22
contentBase?: string;
33
hot?: boolean;
4-
historyApiFallback?: boolean | {[key:string]: string};
4+
historyApiFallback?: boolean | { [key: string]: string };
55
compress?: boolean;
66
proxy?: {[key: string]: string};
77
staticOptions?: any;

0 commit comments

Comments
 (0)