aboutsummaryrefslogtreecommitdiffstats
path: root/apps/landing/tsconfig.json
blob: 0fb0017aafcb0312dfc646412b5ce558c2950e7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "$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"]
}