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