Skip to content

Commit

Permalink
Fix typescript configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kciter committed Nov 21, 2023
1 parent d20f71b commit 1c723ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/co-design-core/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}
},
"references": [
{ "path": "../co-design-anatomy" },
{ "path": "../co-design-hooks" },
{ "path": "../co-design-styles" }
]
Expand Down
1 change: 1 addition & 0 deletions packages/co-design-core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
}
},
"references": [
{ "path": "../co-design-anatomy" },
{ "path": "../co-design-hooks" },
{ "path": "../co-design-styles" }
]
Expand Down

0 comments on commit 1c723ad

Please sign in to comment.