{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@karakeep/tsconfig/base.json", "compilerOptions": { "baseUrl": ".", "plugins": [ { "name": "next" } ], "paths": { "@/*": ["./*"] }, "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json" }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules", ".next"] }