From b06fbec7e8e745963ed895918460b5e669d39ece Mon Sep 17 00:00:00 2001
From: Alexander Rose <alex.rose@rcsb.org>
Date: Tue, 29 Jan 2019 16:23:37 -0800
Subject: [PATCH] fixed path in tsconfig

---
 tsconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsconfig.json b/tsconfig.json
index 863edc7c7..70aa52c9b 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -31,7 +31,7 @@
             "mol-task": ["./mol-task", "./mol-task/index.ts"],
             "mol-theme": ["./mol-theme"],
             "mol-util": ["./mol-util", "./mol-util/index.ts"],
-            "mol-canvas3d": ["./mol-view"]
+            "mol-canvas3d": ["./mol-canvas3d"]
         }
     },
     "include": [ "src/**/*" ],
-- 
GitLab