Skip to content

Commit dca3836

Browse files
chore(deps): update dependency typescript to v6 (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: neverland <chenjiahan.jait@bytedance.com>
1 parent aeca311 commit dca3836

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rslog": "^2.1.1",
4040
"simple-git-hooks": "^2.13.1",
4141
"tinyglobby": "^0.2.16",
42-
"typescript": "^5.9.3"
42+
"typescript": "^6.0.3"
4343
},
4444
"packageManager": "pnpm@10.33.0",
4545
"publishConfig": {

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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"outDir": "./dist",
4-
"baseUrl": "./",
3+
"rootDir": "src",
4+
"outDir": "dist",
55
"target": "ES2020",
66
"lib": ["DOM", "ESNext"],
77
"module": "NodeNext",
@@ -11,7 +11,7 @@
1111
"esModuleInterop": true,
1212
"skipLibCheck": true,
1313
"resolveJsonModule": true,
14-
"moduleResolution": "Node16"
14+
"moduleResolution": "NodeNext"
1515
},
1616
"include": ["src"]
1717
}

0 commit comments

Comments
 (0)