Skip to content

Commit

Permalink
Fix msg imports in typedefs.
Browse files Browse the repository at this point in the history
  • Loading branch information
yohcop authored Jan 2, 2022
1 parent b58dc05 commit b90091e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
/// <reference path="core.d.ts" />
/// <reference path="blocks.d.ts" />
/// <reference path="javascript.d.ts" />
/// <reference path="msg/en.d.ts" />
/// <reference path="msg/msg.d.ts" />

import * as Blockly from './core';
import './blocks';
import './javascript';
import './msg/en';
import './msg/msg';

export = Blockly;

0 comments on commit b90091e

Please sign in to comment.