Skip to content

Commit 5352da3

Browse files
committed
chore(deps): upgrade TypeScript from 5.9 to 6.0
Remove unused baseUrl and paths from tsconfig.json (zero imports reference them) which TS 6.x deprecates (TS5101). Bump typescript devDependency to ^6.0.2.
1 parent a2db3a9 commit 5352da3

3 files changed

Lines changed: 5 additions & 18 deletions

File tree

package-lock.json

Lines changed: 4 additions & 5 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
@@ -108,7 +108,7 @@
108108
"tree-sitter-ruby": "^0.23.1",
109109
"tree-sitter-rust": "^0.24.0",
110110
"tree-sitter-typescript": "^0.23.2",
111-
"typescript": "^5.9.3",
111+
"typescript": "^6.0.2",
112112
"vitest": "^4.0.18"
113113
},
114114
"license": "Apache-2.0"

tsconfig.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,6 @@
99
"module": "nodenext",
1010
"moduleResolution": "nodenext",
1111
"rootDir": "./src",
12-
"baseUrl": "./src",
13-
"paths": {
14-
"#shared/*": ["./shared/*"],
15-
"#infrastructure/*": ["./infrastructure/*"],
16-
"#db/*": ["./db/*"],
17-
"#domain/*": ["./domain/*"],
18-
"#features/*": ["./features/*"],
19-
"#presentation/*": ["./presentation/*"],
20-
"#graph/*": ["./graph/*"],
21-
"#mcp/*": ["./mcp/*"],
22-
"#ast-analysis/*": ["./ast-analysis/*"]
23-
},
2412

2513
/* Emit */
2614
"outDir": "./dist",

0 commit comments

Comments
 (0)