chore: add ts-node for jest.config.ts parsing
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
"openai": "^6.38.0",
|
||||
"telegraf": "^4.16.3"
|
||||
},
|
||||
"ts-node": {
|
||||
"compilerOptions": {
|
||||
"module": "commonjs"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/jest": "^30.0.0",
|
||||
@@ -31,6 +36,7 @@
|
||||
"@types/node-cron": "^3.0.11",
|
||||
"jest": "^30.4.2",
|
||||
"ts-jest": "^29.4.10",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsx": "^4.22.3",
|
||||
"typescript": "^6.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user