aboutsummaryrefslogtreecommitdiffstats
path: root/apps/landing/tsconfig.json
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2025-04-06 22:57:07 +0100
committerMohamedBassem <me@mbassem.com>2025-04-06 22:57:07 +0100
commit3f2d3560dc04dbee23237d896c1325389035c738 (patch)
treee683bade56297162394075d7ad306c4578ea3c99 /apps/landing/tsconfig.json
parent4e32b409a925136ed575b32abe3c8d6028dbc1fb (diff)
downloadkarakeep-3f2d3560dc04dbee23237d896c1325389035c738.tar.zst
refactor: Migrate the landing page from nextjs to vite
Diffstat (limited to 'apps/landing/tsconfig.json')
-rw-r--r--apps/landing/tsconfig.json7
1 files changed, 1 insertions, 6 deletions
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"]
}