diff --git a/typings/blockly.d.ts b/typings/blockly.d.ts index a4eb438e2..e7216bc38 100644 --- a/typings/blockly.d.ts +++ b/typings/blockly.d.ts @@ -11,8 +11,6 @@ export = Blockly; -export as namespace Blockly; - declare module Blockly { interface BlocklyOptions { diff --git a/typings/templates/blockly-header.template b/typings/templates/blockly-header.template index bab2b134f..15bcf14dd 100644 --- a/typings/templates/blockly-header.template +++ b/typings/templates/blockly-header.template @@ -9,6 +9,4 @@ * @author samelh@google.com (Sam El-Husseini) */ -export = Blockly; - -export as namespace Blockly; \ No newline at end of file +export = Blockly; \ No newline at end of file