Skip to content

Commit d563879

Browse files
heskewclaude
andcommitted
build(deps-dev): Bump typescript to 6.0.3; drop deprecated baseUrl (TS5101).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 242fd8c commit d563879

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

ui/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.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"oxlint": "^1.72.0",
3636
"postcss": "^8.4.49",
3737
"tailwindcss": "^4.1.18",
38-
"typescript": "^5.6.3",
38+
"typescript": "^6.0.3",
3939
"vite": "^7.3.0"
4040
}
4141
}

ui/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
"noUnusedParameters": true,
1919
"noFallthroughCasesInSwitch": true,
2020

21-
"baseUrl": ".",
2221
"paths": {
23-
"@/*": ["src/*"]
22+
"@/*": ["./src/*"]
2423
}
2524
},
2625
"include": ["src"],

0 commit comments

Comments
 (0)