diff --git a/examples/with-nestjs/packages/api/tsconfig.json b/examples/with-nestjs/packages/api/tsconfig.json index 77aa2ac994495..667e5d6bdd559 100644 --- a/examples/with-nestjs/packages/api/tsconfig.json +++ b/examples/with-nestjs/packages/api/tsconfig.json @@ -5,7 +5,8 @@ "baseUrl": "src", "esModuleInterop": true, "incremental": false, - "outDir": "dist" + "outDir": "dist", + "types": ["node"] }, "include": ["src"], "exclude": ["node_modules", "test", "dist", "**/*spec.ts"]