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.
1 parent 91db133 commit a2d81acCopy full SHA for a2d81ac
packages/eslint-plugin-query/tsup.config.js
@@ -3,6 +3,4 @@
3
import { defineConfig } from 'tsup'
4
import { legacyConfig } from '../../scripts/getTsupConfig.js'
5
6
-export default defineConfig([
7
- legacyConfig({ entry: ['src/*.ts', 'src/*.tsx'] }),
8
-])
+export default defineConfig([legacyConfig({ entry: ['src/**/*.ts'] })])
0 commit comments