You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"//": "This repo is pure JS (see jsconfig.json). fumadocs-mdx emits a TypeScript `.source`, which makes Next auto-generate a tsconfig and type-check the whole project. This tsconfig keeps that type-check OFF for the untyped .js/.jsx files (allowJs + checkJs:false + strict:false) while still letting the generated .source TS compile. next.config.mjs also sets typescript.ignoreBuildErrors so the JS app is never build-gated by types.",