Skip to content

Commit 74e2eb4

Browse files
committed
feat: add inlineOnly option to tsdown configuration for improved build flexibility
1 parent 44d0858 commit 74e2eb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/parser/tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { defineConfig } from 'tsdown'
33
export default defineConfig({
44
entry: ['src/index.ts'],
55
dts: true,
6+
inlineOnly: false,
67
exports: {
78
devExports: true,
89
enabled: true,

0 commit comments

Comments
 (0)