Skip to content

Commit 8fc5acc

Browse files
committed
chore: add workaround
1 parent ddf3ec6 commit 8fc5acc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/plugin-react-swc/tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default defineConfig({
66
entry: 'src/index.ts',
77
format: ['esm', 'cjs'],
88
dts: true,
9+
tsconfig: './tsconfig.src.json', // https://github.com/sxzz/rolldown-plugin-dts/issues/55
910
copy: [
1011
{
1112
from: 'node_modules/@vitejs/react-common/refresh-runtime.js',

0 commit comments

Comments
 (0)