提交 33a1b963 编写于 作者: M Matt Bierner

Add explicit index type

上级 42f6d464
......@@ -555,7 +555,7 @@ export class WebviewElement extends Disposable {
colors['vscode-' + entry.id.replace('.', '-')] = color.toString();
}
return colors;
}, {});
}, {} as { [key: string]: string });
const styles = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册