Skip to content

Commit 0c73a51

Browse files
committed
chore: bump Rslib and enable tsgo
1 parent 5e30ec2 commit 0c73a51

File tree

9 files changed

+26
-19
lines changed

9 files changed

+26
-19
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@
6363
"fileMatch": ["**/_nav.json"],
6464
"url": "./website/node_modules/rspress/nav-json-schema.json"
6565
}
66-
]
66+
],
67+
"typescript.experimental.useTsgo": true
6768
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"picocolors": "1.1.1",
6060
"prebundle": "1.4.2",
6161
"rsbuild-plugin-publint": "^0.3.3",
62-
"rslib": "npm:@rslib/core@0.12.4",
62+
"rslib": "npm:@rslib/core@0.13.0",
6363
"rslog": "^1.2.11",
6464
"tsconfck": "3.1.6",
6565
"typescript": "^5.9.2"

packages/core/rslib.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export default defineConfig({
3131
syntax: ['node 18.12.0'],
3232
dts: {
3333
bundle: false,
34+
tsgo: true,
3435
distPath: './dist-types',
3536
},
3637
},

packages/core/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "@rslib/tsconfig/base",
33
"compilerOptions": {
44
"outDir": "./dist",
5-
"baseUrl": "./",
65
"rootDir": "src",
76
"declaration": true,
87
"declarationDir": "./dist-types",

packages/create-rslib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/node": "^22.18.1",
3838
"fs-extra": "^11.3.1",
3939
"rsbuild-plugin-publint": "^0.3.3",
40-
"rslib": "npm:@rslib/core@0.12.4",
40+
"rslib": "npm:@rslib/core@0.13.0",
4141
"tsx": "^4.20.5",
4242
"typescript": "^5.9.2"
4343
},

packages/plugin-dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@rslib/tsconfig": "workspace:*",
4343
"@typescript/native-preview": "7.0.0-dev.20250907.1",
4444
"rsbuild-plugin-publint": "^0.3.3",
45-
"rslib": "npm:@rslib/core@0.12.4",
45+
"rslib": "npm:@rslib/core@0.13.0",
4646
"typescript": "^5.9.2"
4747
},
4848
"peerDependencies": {

packages/plugin-dts/rslib.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig({
99
syntax: ['node 18.12.0'],
1010
dts: {
1111
bundle: false,
12+
tsgo: true,
1213
},
1314
},
1415
],

packages/plugin-dts/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"extends": "@rslib/tsconfig/base",
33
"compilerOptions": {
44
"outDir": "./dist",
5-
"baseUrl": "./",
65
"rootDir": "src",
76
"declaration": true,
87
"isolatedDeclarations": true,

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)