This commit is contained in:
Ilia Mashkov
2025-11-23 13:46:48 +03:00
parent da0309f714
commit ec6867d7a0
2 changed files with 21 additions and 1 deletions

View File

@@ -18,7 +18,12 @@
"./src/*"
]
},
"strict": true
"strict": true,
"types": [
"node",
"jest",
"@testing-library/jest-dom"
]
},
"ts-node": {
"compilerOptions": {