From e4176a4dbe01878e28d931077464093d5630291c Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Sat, 20 Apr 2024 01:55:54 -0400 Subject: [PATCH] compile docs? --- Frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }