diff --git a/packages/gateway/tsconfig.json b/packages/gateway/tsconfig.json index ef665f3..6d6da46 100644 --- a/packages/gateway/tsconfig.json +++ b/packages/gateway/tsconfig.json @@ -3,7 +3,7 @@ // https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping "target": "ES2022", "module": "Node16", - "moduleResolution": "Node", + "moduleResolution": "Node16", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true,