diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-29 21:33:15 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-30 02:14:59 +0000 |
| commit | 30c8bc394100f2348a1f9c193036f95e045d4d6d (patch) | |
| tree | 307ee15b7c6d78829e8a6bc702e8aea5c16b35b7 /apps/web/tsconfig.json | |
| parent | 177e827bf7cd74008ed73973dda5a8d4f11291cf (diff) | |
| download | karakeep-30c8bc394100f2348a1f9c193036f95e045d4d6d.tar.zst | |
fix(web): Consistent spacing in the content container in all pages. Fixes #40
Diffstat (limited to 'apps/web/tsconfig.json')
| -rw-r--r-- | apps/web/tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } |
