diff --git a/features/landing/backend-api/tsconfig.json b/features/landing/backend-api/tsconfig.json index 4b8574d02..1e8ec8a89 100644 --- a/features/landing/backend-api/tsconfig.json +++ b/features/landing/backend-api/tsconfig.json @@ -1,8 +1,8 @@ { "extends": "../../../tsconfig.base.json", "compilerOptions": { - "module": "commonjs", - "moduleResolution": "node", + "module": "node16", + "moduleResolution": "node16", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true,