aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react/tsconfig.json
blob: 3d6919d0e768703e9eb5edcba6f50a083919b5c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "@karakeep/tsconfig/base.json",
  "compilerOptions": {
    "baseUrl": ".",
    "plugins": [],
    "paths": {
      "@/*": ["./*"]
    },
    "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
  },
  "include": ["**/*.ts", "**/*.tsx"],
  "exclude": ["node_modules"]
}