Skip to content

Commit 677c32e

Browse files
committed
fix - Config types don't satisfy FlatConfig.Config
1 parent 0a60f5e commit 677c32e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/popular-ads-help.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphql-eslint/eslint-plugin': patch
3+
---
4+
5+
fix - Config types don't satisfy `FlatConfig.Config`

packages/plugin/tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default defineConfig([
3232
...opts,
3333
format: 'cjs',
3434
outDir: 'dist/cjs',
35+
cjsInterop: true,
3536
async onSuccess() {
3637
await fs.copyFile(
3738
path.join(CWD, '..', '..', 'README.md'),

0 commit comments

Comments
 (0)