Skip to content

Commit df4a46d

Browse files
chore(deps): update dependency typescript to v6 (#407)
Co-authored-by: cobalt <61329810+cobaltt7@users.noreply.github.com> Signed-off-by: cobalt <61329810+cobaltt7@users.noreply.github.com>
1 parent 7b6d168 commit df4a46d

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-config-cobaltt7": "1.3.1",
3131
"nodemon": "3.1.14",
3232
"prettier": "3.8.3",
33-
"typescript": "5.9.3"
33+
"typescript": "6.0.3"
3434
},
3535
"optionalDependencies": {
3636
"@railway/cli": "4.59.0"

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"allowImportingTsExtensions": true,
55
"allowUnreachableCode": false,
66
"allowUnusedLabels": false,
7-
"baseUrl": "./",
87
"checkJs": true,
98
"esModuleInterop": true,
109
"experimentalDecorators": true,

0 commit comments

Comments
 (0)