Skip to content

Commit

Permalink
TS 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Dec 9, 2024
1 parent 6a34639 commit 73f4dbf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"p-retry": "^4.6.2",
"prettier": "^3.3.3",
"temp": "^0.9.4",
"typescript": "^5.6.3",
"typescript": "^5.7.2",
"vitest": "^2.1.3"
},
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"include": ["src"],
"exclude": ["coverage"],
"compilerOptions": {
"composite": true,
"declaration": true,
"declarationMap": true,
"isolatedModules": true,
"module": "node16",
"noImplicitOverride": true,
"allowImportingTsExtensions": true,
"rewriteRelativeImportExtensions": true,
"outDir": "dist",
"resolveJsonModule": true,
"rootDir": "src",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"exclude": ["dist", "src"],
"exclude": ["dist", "src", "coverage"],
"references": [{ "path": "./tsconfig.build.json" }],
"compilerOptions": {
"checkJs": true,
"isolatedModules": true,
"module": "node16",
"noImplicitOverride": true,
"allowImportingTsExtensions": true,
"rewriteRelativeImportExtensions": true,
"noEmit": true,
"resolveJsonModule": true,
"strict": true,
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5429,7 +5429,7 @@ __metadata:
prettier: "npm:^3.3.3"
temp: "npm:^0.9.4"
tus-js-client: "npm:^4.2.3"
typescript: "npm:^5.6.3"
typescript: "npm:^5.7.2"
vitest: "npm:^2.1.3"
zod: "npm:^3.23.8"
languageName: unknown
Expand Down Expand Up @@ -5549,7 +5549,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.6.3":
"typescript@npm:^5.7.2":
version: 5.7.2
resolution: "typescript@npm:5.7.2"
bin:
Expand All @@ -5559,7 +5559,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
"typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
version: 5.7.2
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=29ae49"
bin:
Expand Down

0 comments on commit 73f4dbf

Please sign in to comment.