Skip to content

Commit

Permalink
🔧 fix ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Sep 7, 2023
1 parent 0d099e4 commit 024d8f6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"lib": ["es2020"],
"types": ["node", "jest"]
},
"include": [
"./src/**/*"
],
"include": ["packages/**/*"],
"references": [
{ "path": "./packages/common" },
{ "path": "./packages/core-types" },
Expand All @@ -25,4 +23,4 @@
{ "path": "./packages/paymaster" },
{ "path": "./packages/account" }
]
}
}

0 comments on commit 024d8f6

Please sign in to comment.