diff --git a/Frontend/tsconfig.json b/Frontend/tsconfig.json index 9dc3f85..5daa924 100644 --- a/Frontend/tsconfig.json +++ b/Frontend/tsconfig.json @@ -29,6 +29,6 @@ "@/configJson": ["./config.json"] } }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "docs/*.{md,mdx}"], "exclude": ["node_modules"] }