Skip to content

Commit 442314d

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

4 files changed

Lines changed: 46 additions & 54 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"storybook": "^10.4.0",
117117
"storybook-addon-rslib": "^3.3.3",
118118
"storybook-react-rsbuild": "^3.3.3",
119-
"typescript": "~5.9.3"
119+
"typescript": "~6.0.3"
120120
},
121121
"publishConfig": {
122122
"access": "public",

pnpm-lock.yaml

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

stories/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
4-
"baseUrl": "../",
54
"rootDir": "../",
65
"module": "Preserve",
76
"moduleResolution": "Bundler"

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"compilerOptions": {
33
"allowJs": true,
4-
"baseUrl": ".",
54
"declaration": true,
65
"emitDeclarationOnly": true,
76
"esModuleInterop": true,
87
"forceConsistentCasingInFileNames": true,
98
"isolatedModules": true,
109
"jsx": "react-jsx",
1110
"lib": ["DOM", "ESNext"],
12-
"moduleResolution": "node",
11+
"module": "Preserve",
12+
"moduleResolution": "Bundler",
1313
"paths": {
1414
"@/*": ["./src/*"]
1515
},

0 commit comments

Comments
 (0)