mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
[webpack-hot-client] fix lint error
This commit is contained in:
2
types/webpack-hot-client/index.d.ts
vendored
2
types/webpack-hot-client/index.d.ts
vendored
@@ -49,6 +49,6 @@ declare namespace WebpackHotClient {
|
||||
/** Webpack stats configuration */
|
||||
stats?: webpack.Options.Stats;
|
||||
/** Webpack compile target */
|
||||
validTargets?: string[],
|
||||
validTargets?: string[];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user