Explorar el Código

fixed path in tsconfig

Alexander Rose hace 6 años
padre
commit
b06fbec7e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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/**/*" ],