Skip to content

Commit 7e482cb

Browse files
committed
fix: includes removed-rules
1 parent 7559e8d commit 7e482cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsdown.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from 'tsdown'
33
export default defineConfig({
44
entry: ['lib/index.ts'],
55
format: ['cjs'],
6-
copy: ['lib/index.d.ts', 'lib/eslint-typegen.d.ts'],
6+
copy: ['lib/index.d.ts', 'lib/eslint-typegen.d.ts', 'lib/removed-rules.js'],
77
dts: false,
88
external: ['typescript'],
99
unbundle: true,

0 commit comments

Comments
 (0)