Install and configure ts-jest

This commit is contained in:
2023-10-06 17:07:49 -04:00
parent 30443c1b7e
commit 2b2ba610a7
4 changed files with 86 additions and 0 deletions

View File

@ -11,11 +11,13 @@
"license": "GPL-3.0-or-later",
"devDependencies": {
"@tsconfig/node-lts": "^18.12.5",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {