From 5b58a7a5de684c8ccb4aad694b09e59a4d9007f7 Mon Sep 17 00:00:00 2001 From: error Date: Mon, 20 Oct 2014 14:00:40 -0500 Subject: [PATCH] alias THREE as 'three' for AMD modules --- threejs/three.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/threejs/three.d.ts b/threejs/three.d.ts index 7489001666..69f00cdce2 100644 --- a/threejs/three.d.ts +++ b/threejs/three.d.ts @@ -5476,3 +5476,7 @@ declare module THREE { }; }; } + +declare module 'three' { + export=THREE; +} \ No newline at end of file