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 14
14
"@types/jest" : " ^28.1.3" ,
15
15
"jest" : " ^28.1.2" ,
16
16
"jest-environment-miniflare" : " ^2.5.1" ,
17
- "ts-jest" : " ^28.0.5"
17
+ "ts-jest" : " ^28.0.5" ,
18
+ "typescript" : " ^4.7.4"
18
19
}
19
20
}
Original file line number Diff line number Diff line change 19
19
]
20
20
},
21
21
"include" : [
22
- " src/**/*.ts" ,
23
- " src/**/*.test.ts"
22
+ " src/**/*.ts"
24
23
]
25
24
}
Original file line number Diff line number Diff line change @@ -2367,6 +2367,11 @@ type-fest@^0.21.3:
2367
2367
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
2368
2368
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
2369
2369
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
+
2370
2375
2371
2376
version "5.5.1"
2372
2377
resolved "https://registry.yarnpkg.com/undici/-/undici-5.5.1.tgz#baaf25844a99eaa0b22e1ef8d205bffe587c8f43"
You can’t perform that action at this time.
0 commit comments