Explorar el Código

should bompile to commonjs modules

Raanan Weber hace 7 años
padre
commit
a62dbc3e7e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Viewer/tsconfig.json

+ 1 - 1
Viewer/tsconfig.json

@@ -1,7 +1,7 @@
 {
     "compilerOptions": {
         "target": "es2015",
-        "module": "es2015",
+        "module": "commonjs",
         "declaration": true,
         "experimentalDecorators": true,
         "emitDecoratorMetadata": true,