aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react/tsconfig.json
blob: 513582c4c09d83a837e57e94bec4e32b058f60c2 (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", "../shared/utils/bookmarkUtils.ts", "../shared/utils/assetUtils.ts"],
  "exclude": ["node_modules"]
}