diff --git a/typings/index.d.ts b/typings/index.d.ts index 10324babc54..fd92cae723f 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -12,11 +12,11 @@ /// /// /// -/// +/// import * as Blockly from './core'; import './blocks'; import './javascript'; -import './msg/en'; +import './msg/msg'; export = Blockly;