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 3883a8d commit 12d68e3Copy full SHA for 12d68e3
packages/eslint-config-next/package.json
@@ -39,7 +39,7 @@
39
"scripts": {
40
"dev": "pnpm build",
41
"build": "swc -d dist src && pnpm types",
42
- "types": "tsc --skipLibCheck --declaration --emitDeclarationOnly --esModuleInterop --outDir dist",
+ "types": "tsc --skipLibCheck --declaration --emitDeclarationOnly --esModuleInterop --declarationDir dist --rootDir src",
43
"prepublishOnly": "cd ../../ && turbo run build"
44
},
45
"exports": {
0 commit comments