From a9d3044f88511096eba2e3a97305cd8e88107eea Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Wed, 17 Nov 2021 14:00:32 +0100 Subject: [PATCH] fix/ TS Config : module resolution in main process --- tsconfig.serve.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.serve.json b/tsconfig.serve.json index cc7f44483..6355d62d2 100644 --- a/tsconfig.serve.json +++ b/tsconfig.serve.json @@ -5,6 +5,7 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, + "module": "commonjs", "target": "es5", "types": [ "node"