Skip to content

Commit

Permalink
chore(repo): add missing tsoconfigs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Oct 29, 2024
1 parent d51e6fb commit 3933058
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/accounts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@tsconfig/bun/tsconfig.json"
}
3 changes: 3 additions & 0 deletions packages/connect/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@tsconfig/bun/tsconfig.json"
}
3 changes: 3 additions & 0 deletions packages/klesia-sdk/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@tsconfig/bun/tsconfig.json"
}
3 changes: 3 additions & 0 deletions packages/providers/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@tsconfig/bun/tsconfig.json"
}
3 changes: 3 additions & 0 deletions packages/utils/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@tsconfig/bun/tsconfig.json"
}
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"extends": "@tsconfig/bun/tsconfig.json",
"exclude": ["apps"]
"extends": "@tsconfig/bun/tsconfig.json"
}

0 comments on commit 3933058

Please sign in to comment.