Skip to content

Commit 73f4dbf

Browse files
committed
TS 5.7
1 parent 6a34639 commit 73f4dbf

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"p-retry": "^4.6.2",
5050
"prettier": "^3.3.3",
5151
"temp": "^0.9.4",
52-
"typescript": "^5.6.3",
52+
"typescript": "^5.7.2",
5353
"vitest": "^2.1.3"
5454
},
5555
"repository": {

tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"include": ["src"],
3+
"exclude": ["coverage"],
34
"compilerOptions": {
45
"composite": true,
56
"declaration": true,
67
"declarationMap": true,
78
"isolatedModules": true,
89
"module": "node16",
910
"noImplicitOverride": true,
10-
"allowImportingTsExtensions": true,
11+
"rewriteRelativeImportExtensions": true,
1112
"outDir": "dist",
1213
"resolveJsonModule": true,
1314
"rootDir": "src",

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"exclude": ["dist", "src"],
2+
"exclude": ["dist", "src", "coverage"],
33
"references": [{ "path": "./tsconfig.build.json" }],
44
"compilerOptions": {
55
"checkJs": true,
66
"isolatedModules": true,
77
"module": "node16",
88
"noImplicitOverride": true,
9-
"allowImportingTsExtensions": true,
9+
"rewriteRelativeImportExtensions": true,
1010
"noEmit": true,
1111
"resolveJsonModule": true,
1212
"strict": true,

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5429,7 +5429,7 @@ __metadata:
54295429
prettier: "npm:^3.3.3"
54305430
temp: "npm:^0.9.4"
54315431
tus-js-client: "npm:^4.2.3"
5432-
typescript: "npm:^5.6.3"
5432+
typescript: "npm:^5.7.2"
54335433
vitest: "npm:^2.1.3"
54345434
zod: "npm:^3.23.8"
54355435
languageName: unknown
@@ -5549,7 +5549,7 @@ __metadata:
55495549
languageName: node
55505550
linkType: hard
55515551

5552-
"typescript@npm:^5.6.3":
5552+
"typescript@npm:^5.7.2":
55535553
version: 5.7.2
55545554
resolution: "typescript@npm:5.7.2"
55555555
bin:
@@ -5559,7 +5559,7 @@ __metadata:
55595559
languageName: node
55605560
linkType: hard
55615561

5562-
"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
5562+
"typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
55635563
version: 5.7.2
55645564
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=29ae49"
55655565
bin:

0 commit comments

Comments
 (0)