Skip to content

Commit 1035e0d

Browse files
authored
Merge pull request #4 from rstackjs/codex/upgrade-typescript-6-0-2
chore: upgrade TypeScript to ^6.0.2
1 parent 55ba42c commit 1035e0d

File tree

3 files changed

+21
-25
lines changed

3 files changed

+21
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"@types/react-redux": "^7.1.33",
4444
"@types/react-router-dom": "^5.3.3",
4545
"execa": "^5",
46-
"typescript": "^5"
46+
"typescript": "^6.0.2"
4747
}
4848
}

pnpm-lock.yaml

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

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"skipLibCheck": true,
99
"isolatedModules": true,
1010
"resolveJsonModule": true,
11-
"moduleResolution": "bundler",
11+
"moduleResolution": "Bundler",
1212
"useDefineForClassFields": true,
1313
"paths": {
1414
"@/*": ["./src/*"]

0 commit comments

Comments
 (0)