aboutsummaryrefslogtreecommitdiffstats
path: root/apps/landing/tsconfig.json
blob: 10775d563ce8cfe4f2e399faa41ddbed227d69c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@karakeep/tsconfig/base.json",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["./*"]
    },
    "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
  },
  "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "vite.config.ts"],
  "exclude": ["node_modules"]
}