Skip to content

Commit 3933058

Browse files
committed
chore(repo): add missing tsoconfigs
1 parent d51e6fb commit 3933058

File tree

6 files changed

+16
-2
lines changed

6 files changed

+16
-2
lines changed

packages/accounts/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "@tsconfig/bun/tsconfig.json"
3+
}

packages/connect/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "@tsconfig/bun/tsconfig.json"
3+
}

packages/klesia-sdk/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "@tsconfig/bun/tsconfig.json"
3+
}

packages/providers/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "@tsconfig/bun/tsconfig.json"
3+
}

packages/utils/tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "@tsconfig/bun/tsconfig.json"
3+
}

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"extends": "@tsconfig/bun/tsconfig.json",
3-
"exclude": ["apps"]
2+
"extends": "@tsconfig/bun/tsconfig.json"
43
}

0 commit comments

Comments
 (0)