Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit 1c1584f

Browse files
authored
chore: upgrade typescript to v6 (#34)
* chore: udpate typescript to v6 * fix: build issue
1 parent 94d33ff commit 1c1584f

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

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

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-router": "^7.14.2",
3131
"react-router-bootstrap": "^0.26.3",
3232
"remark-gfm": "^4.0.1",
33-
"typescript": "^5.9.3",
33+
"typescript": "^6.0.3",
3434
"vite": "^7.3.2"
3535
},
3636
"scripts": {

client/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"allowSyntheticDefaultImports": true,
1818
"forceConsistentCasingInFileNames": true,
1919
"noFallthroughCasesInSwitch": true,
20-
"moduleResolution": "node",
20+
"types": [
21+
"node"
22+
],
23+
"moduleResolution": "bundler",
2124
"resolveJsonModule": true,
2225
"isolatedModules": true,
2326
"noEmit": true,

0 commit comments

Comments
 (0)