From 30c8bc394100f2348a1f9c193036f95e045d4d6d Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Fri, 29 Mar 2024 21:33:15 +0000 Subject: fix(web): Consistent spacing in the content container in all pages. Fixes #40 --- apps/web/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/web/tsconfig.json') diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index db90cf17..f7a25fc6 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -13,5 +13,5 @@ } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "exclude": ["node_modules", ".next"] } -- cgit v1.2.3-70-g09d2