From 3f2d3560dc04dbee23237d896c1325389035c738 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 6 Apr 2025 22:57:07 +0100 Subject: refactor: Migrate the landing page from nextjs to vite --- apps/landing/tsconfig.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'apps/landing/tsconfig.json') diff --git a/apps/landing/tsconfig.json b/apps/landing/tsconfig.json index db90cf17..71752aad 100644 --- a/apps/landing/tsconfig.json +++ b/apps/landing/tsconfig.json @@ -3,15 +3,10 @@ "extends": "@hoarder/tsconfig/base.json", "compilerOptions": { "baseUrl": ".", - "plugins": [ - { - "name": "next" - } - ], "paths": { "@/*": ["./*"] } }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "vite.config.ts"], "exclude": ["node_modules"] } -- cgit v1.2.3-70-g09d2