fix: jest v29 + tsconfig types for test runner compatibility

This commit is contained in:
2026-05-20 17:25:57 +02:00
parent e641d3abb5
commit 03a8a006a7
3 changed files with 1849 additions and 1659 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": true
"resolveJsonModule": true,
"types": ["jest", "node"]
},
"include": ["src"],
"exclude": ["node_modules", "dist"]