Skip to content

Commit

Permalink
fix(app-lib): tsconfig pkg extends
Browse files Browse the repository at this point in the history
  • Loading branch information
AndlerRL committed Jul 25, 2024
1 parent bbe3c26 commit 4190291
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/app-lib/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "config-typescript/react-library.json",
"extends": "@repo/typescript-config/react-library.json",
"include": ["src"],
"exclude": ["node_modules"]
}

0 comments on commit 4190291

Please sign in to comment.