Skip to content

Commit 12d68e3

Browse files
committed
fix: eslint-config-next types was exporting to dist/src
1 parent 3883a8d commit 12d68e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"scripts": {
4040
"dev": "pnpm build",
4141
"build": "swc -d dist src && pnpm types",
42-
"types": "tsc --skipLibCheck --declaration --emitDeclarationOnly --esModuleInterop --outDir dist",
42+
"types": "tsc --skipLibCheck --declaration --emitDeclarationOnly --esModuleInterop --declarationDir dist --rootDir src",
4343
"prepublishOnly": "cd ../../ && turbo run build"
4444
},
4545
"exports": {

0 commit comments

Comments
 (0)