Skip to content

Commit

Permalink
feat(collab-manager): add reference to model in tsconfig.build.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Aug 29, 2024
1 parent 67a67de commit 2c81102
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/collaboration-manager/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
],
"exclude": [
"src/**/*.spec.ts"
],
"references": [
{
"path": "../model/tsconfig.build.json"
}
]
}

0 comments on commit 2c81102

Please sign in to comment.