Skip to content

Commit

Permalink
fix a circular reference issue
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Feb 9, 2025
1 parent 34f1457 commit 1f2a475
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/packages/nats/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"outDir": "dist"
},
"exclude": ["node_modules", "dist", "test"],
"references": [{ "path": "../util" }, { "path": "../comm" }]
"references_comment": "Do not define path:../comm because that causes a circular references.",
"references": [{ "path": "../util" }]
}

0 comments on commit 1f2a475

Please sign in to comment.