Skip to content

Commit

Permalink
chore: fix tsconfig references
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Dec 27, 2023
1 parent 98228c8 commit 2c9f2ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/engine/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"emitDeclarationOnly": true,
"composite": true,
},
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
"references": [{"path": "../types"}, {"path": "../store-reference"}]
}
3 changes: 2 additions & 1 deletion packages/store-reference/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"emitDeclarationOnly": true,
"composite": true,
},
"include": ["src/**/*.ts"]
"include": ["src/**/*.ts"],
"references": [{"path": "../types"}]
}

0 comments on commit 2c9f2ff

Please sign in to comment.