Skip to content

Commit

Permalink
dev: Fixed ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Nov 21, 2024
1 parent dd019d9 commit e3251ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "./tsconfig-base.json",
"compilerOptions": {
"types": ["node", "jest"]
"types": ["node"]
},
"include": ["src", "test"],
"include": ["src"],
"exclude": ["node_modules", "build"]
}

0 comments on commit e3251ce

Please sign in to comment.