Skip to content

Commit

Permalink
chore: fix all typescript reference
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored and alimd committed Jan 8, 2024
1 parent b7ed169 commit dea4c44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/async-queue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"composite": true,
},
"include": ["src/**/*.ts"],
"references": [{"path": "../flatomise"}]
"references": [{"path": "../flatomise"}, {"path": "../type-helper"}]
}
2 changes: 1 addition & 1 deletion packages/dedupe/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"composite": true,
},
"include": ["src/**/*.ts"],
"references": []
"references": [{"path": "../type-helper"}]
}
2 changes: 1 addition & 1 deletion packages/logger/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"composite": true,
},
"include": ["src/**/*.ts"],
"references": [{"path": "../platform-info"}]
"references": [{"path": "../platform-info"}, {"path": "../dedupe"}]
}

0 comments on commit dea4c44

Please sign in to comment.