Procházet zdrojové kódy

should bompile to commonjs modules

Raanan Weber před 7 roky
rodič
revize
a62dbc3e7e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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,