diff options
Diffstat (limited to 'apps/landing/tsconfig.json')
| -rw-r--r-- | apps/landing/tsconfig.json | 7 |
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"] } |
