File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1414 "@types/jest" : " ^28.1.3" ,
1515 "jest" : " ^28.1.2" ,
1616 "jest-environment-miniflare" : " ^2.5.1" ,
17- "ts-jest" : " ^28.0.5"
17+ "ts-jest" : " ^28.0.5" ,
18+ "typescript" : " ^4.7.4"
1819 }
1920}
Original file line number Diff line number Diff line change 1919 ]
2020 },
2121 "include" : [
22- " src/**/*.ts" ,
23- " src/**/*.test.ts"
22+ " src/**/*.ts"
2423 ]
2524}
Original file line number Diff line number Diff line change @@ -2367,6 +2367,11 @@ type-fest@^0.21.3:
23672367 resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
23682368 integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
23692369
2370+ typescript@^4.7.4 :
2371+ version "4.7.4"
2372+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
2373+ integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
2374+
23702375undici@5.5.1 :
23712376 version "5.5.1"
23722377 resolved "https://registry.yarnpkg.com/undici/-/undici-5.5.1.tgz#baaf25844a99eaa0b22e1ef8d205bffe587c8f43"
You can’t perform that action at this time.
0 commit comments