diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index 2fa199a..11cd5bd 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -1,22 +1,15 @@ { - "extends": "@repo/typescript-config/nextjs.json", - "compilerOptions": { - "plugins": [ - { - "name": "next" - } - ], - "baseUrl": ".", - "paths": { - "@/*": ["./*"] - } - }, - "include": [ - "**/*.ts", - "**/*.tsx", - "next-env.d.ts", - "next.config.ts", - ".next/types/**/*.ts" - ], - "exclude": ["node_modules"] + "extends": "@repo/typescript-config/nextjs.json", + "compilerOptions": { + "plugins": [ + { + "name": "next" + } + ], + "paths": { + "@/*": ["./*"] + } + }, + "include": ["**/*.ts", "**/*.tsx", "next-env.d.ts", "next.config.ts", ".next/types/**/*.ts"], + "exclude": ["node_modules"] }