We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
removed-rules
1 parent 7559e8d commit 7e482cbCopy full SHA for 7e482cb
tsdown.config.ts
@@ -3,7 +3,7 @@ import { defineConfig } from 'tsdown'
3
export default defineConfig({
4
entry: ['lib/index.ts'],
5
format: ['cjs'],
6
- copy: ['lib/index.d.ts', 'lib/eslint-typegen.d.ts'],
+ copy: ['lib/index.d.ts', 'lib/eslint-typegen.d.ts', 'lib/removed-rules.js'],
7
dts: false,
8
external: ['typescript'],
9
unbundle: true,
0 commit comments