adrien2p hace 2 años
padre
commit
d18f62736b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -3,7 +3,7 @@
     "lib": ["es5", "es6"],
     "target": "esnext",
     "allowJs": true,
-    "esModuleInterop": false,
+    "esModuleInterop": true,
     "module": "commonjs",
     "moduleResolution": "node",
     "emitDecoratorMetadata": true,