Browse Source

fixed path in tsconfig

Alexander Rose 6 years ago
parent
commit
b06fbec7e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tsconfig.json

+ 1 - 1
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/**/*" ],