Skip to content

Commit be0211b

Browse files
authored
fix: use rolldown to generate dts (#582)
1 parent c456415 commit be0211b

File tree

3 files changed

+1378
-20
lines changed

3 files changed

+1378
-20
lines changed

packages/core/package.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ export default defineConfig({
1919
: []),
2020
],
2121
},
22+
dts: 'rolldown',
2223
})

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@repo/package.config": "workspace:*",
7979
"@repo/tsconfig": "workspace:*",
8080
"@sanity/browserslist-config": "^1.0.5",
81-
"@sanity/pkg-utils": "^7.2.2",
81+
"@sanity/pkg-utils": "^7.9.6",
8282
"@sanity/prettier-config": "^1.0.3",
8383
"@types/lodash-es": "^4.17.12",
8484
"@vitest/coverage-v8": "3.1.2",

0 commit comments

Comments
 (0)