From 766c7f62a920bca43af67e8b52cbe0cb60840bfc Mon Sep 17 00:00:00 2001 From: lynnlow175 Date: Sun, 22 Sep 2024 13:38:39 +0800 Subject: [PATCH] Fix tsconfig --- frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 1709fd5093..c00a5e132a 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -22,6 +22,6 @@ "@/fonts": ["./styles/fonts"] } }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "pages/home"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"] }