Просмотр исходного кода

should bompile to commonjs modules

Raanan Weber 7 лет назад
Родитель
Сommit
a62dbc3e7e
1 измененных файлов с 1 добавлено и 1 удалено
  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,