-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Closed
Labels
LintingRelated to `next lint` or ESLint with Next.js.Related to `next lint` or ESLint with Next.js.TypeScriptRelated to types with Next.js.Related to types with Next.js.invalid linkThe issue was auto-closed due to a missing/invalid reproduction link. A new issue should be opened.The issue was auto-closed due to a missing/invalid reproduction link. A new issue should be opened.
Description
Link to the code that reproduces this issue
I don't think we need this
To Reproduce
According to package.json the types should be in ./dist/ (https://github.com/vercel/next.js/blob/canary/packages/eslint-config-next/package.json#L45-L61), but if you just download the package, you'll see they are somehow in ./dist/src`
Current vs. Expected behavior
I'd expect that either the type files live in ./dist, as package.json says, or that package.json is updated to refer to ./dist/src
Provide environment information
I don't think we need thisWhich area(s) are affected? (Select all that apply)
Linting, TypeScript
Which stage(s) are affected? (Select all that apply)
next dev (local), next build (local), next start (local), Vercel (Deployed), Other (Deployed)
Additional context
No response
Metadata
Metadata
Assignees
Labels
LintingRelated to `next lint` or ESLint with Next.js.Related to `next lint` or ESLint with Next.js.TypeScriptRelated to types with Next.js.Related to types with Next.js.invalid linkThe issue was auto-closed due to a missing/invalid reproduction link. A new issue should be opened.The issue was auto-closed due to a missing/invalid reproduction link. A new issue should be opened.