Skip to content

Commit 31da4b0

Browse files
committed
chore(deps): update typescript to ^6.0.2
1 parent 6765115 commit 31da4b0

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"playwright": "^1.58.2",
3939
"prettier": "^3.8.1",
4040
"simple-git-hooks": "^2.13.1",
41-
"typescript": "^5.9.3"
41+
"typescript": "^6.0.2"
4242
},
4343
"peerDependencies": {
4444
"@rsbuild/core": "^1.0.0 || ^2.0.0-0"

pnpm-lock.yaml

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

tsconfig.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
22
"compilerOptions": {
3+
"rootDir": "./src",
34
"outDir": "./dist",
4-
"baseUrl": "./",
5-
"target": "ES2020",
5+
"target": "ES2023",
66
"lib": ["DOM", "ESNext"],
7-
"module": "Node16",
8-
"strict": true,
97
"declaration": true,
108
"isolatedModules": true,
119
"esModuleInterop": true,
1210
"skipLibCheck": true,
13-
"resolveJsonModule": true,
14-
"moduleResolution": "Node16"
11+
"moduleResolution": "bundler"
1512
},
1613
"include": ["src"]
1714
}

0 commit comments

Comments
 (0)