Skip to content

Commit

Permalink
compileable
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Dec 19, 2024
1 parent 343b68d commit 64b693d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/commons/react-commons/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"include": ["./src/**/*"],
"references": [
{
"path": "../../core-utils"
"path": "../core-utils"
}
]
}
2 changes: 1 addition & 1 deletion packages/fern-docs/search-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"path": "../../fdr-sdk/tsconfig.build.json"
},
{
"path": "../core-utils"
"path": "../../commons/core-utils"
}
]
}

0 comments on commit 64b693d

Please sign in to comment.