Skip to content

Commit

Permalink
update client tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstyles committed May 12, 2024
1 parent 0d1a5ab commit 1875f1a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
File renamed without changes.
15 changes: 11 additions & 4 deletions packages/config-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"name": "config-ts",
"version": "0.4.0",
"private": true,
"files": ["base.json", "nextjs.json", "react-library.json", "node.json"]
"name": "config-ts",
"version": "0.4.0",
"private": true,
"files": [
"base.json",
"nextjs.json",
"react-library.json",
"node.json",
"bun.json",
"client.json"
]
}
2 changes: 1 addition & 1 deletion packages/layout/flex/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "config-ts/library.json",
"extends": "config-ts/client.json",
"compilerOptions": {
"rootDir": "src"
},
Expand Down

0 comments on commit 1875f1a

Please sign in to comment.