Skip to content

Commit

Permalink
chore: Update dependencies and add TypeScript support for Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
ozhanefemeral committed Jul 24, 2024
1 parent d865bc2 commit c9b3ad6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .turbo/turbo-build.log

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"tsup": "^8.1.2",
"typescript": "^5.5.3"
},
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"baseUrl": ".",
"paths": {
"*": ["node_modules/*", "src/*"]
}
},
"types": ["node", "jest"]
},
"include": ["src/**/*", "jest.config.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit c9b3ad6

Please sign in to comment.