diff --git a/docs/www/tsconfig.json b/docs/www/tsconfig.json index 14ebbfc..3dafab7 100644 --- a/docs/www/tsconfig.json +++ b/docs/www/tsconfig.json @@ -33,5 +33,5 @@ ] }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", ".contentlayer/generated"], - "exclude": ["tailwind.config.ts", "node_modules", "./scripts/build-registry.mts", "./contentlayer."] + "exclude": ["tailwind.config.ts", "node_modules", "./scripts/build-registry.mts", "./eslint.config.ts"] }